On 2019-06-03 20:18, eil...@themaii.org wrote:
Hi,
I'm a newbie and I want to change the Django SelectDateWidget to
SelectMonthDayWidget because I can't use the year in my application. I had been
getting another error (which I don't recall right now) on the statement that
started 'html['month'
On 03Jun2019 16:32, Dennis Lee Bieber wrote:
On Mon, 3 Jun 2019 17:05:52 +0200 (CEST), "Lentes, Bernd"
declaimed the following:
I wrote a shellscript to create consistent images of the virtual
machines each night, using the bash and virsh (the libvirt shell).
Script is running fairly fine, bu
> On 1 Jun 2019, at 14:32, Max Franke wrote:
>
> Hi,
>
> as of right now there appears to be a lack of setsockoptions required to
> enable SSM, MCAST_JOIN_SOURCE_GROUP or something a kin to that in particular.
> Is there currently any effort to add those options or any other workaround to
Hi,
I'm a newbie and I want to change the Django SelectDateWidget to
SelectMonthDayWidget because I can't use the year in my application. I had been
getting another error (which I don't recall right now) on the statement that
started 'html['month']' so, I decided to convert it to command line to
Hello dear Python-community,
i'm pretty new to Python. I made a seminar two weeks ago and like to write now
a script because if i don't i will have forgotten everything in a few weeks.
If this is the wrong place to ask my question please tell me where is the
appropriate one.
I'm a Sysadmin, not
> How would this conversion take place? Localhost is 127.0.0.1.
> Localhost6 is ::1. They are different
My configuration file “/etc/hosts” provides the following information
as usual.
“…
::1 localhost ipv6-localhost ipv6-loopback
…”
> and you cannot route between the two.
I got o
On 6/2/19, Windson Yang wrote:
>
> f = open('myfile, 'a+b')
This is missing the closing quote around 'myfile'.
> I added a printf statement at the beginning of _io_open_impl
Repeatedly rebuilding the interpreter sounds like a frustrating
learning experience, IMO. Use a debugger such as gdb