Re: Trying to test SelectDateWidget as SelectMonthDayWidget on command line

2019-06-03 Thread MRAB
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'

Re: new to python - like to write a script with the libvirt-python 5.3.0 package

2019-06-03 Thread Cameron Simpson
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

Re: Socket.py SSM support

2019-06-03 Thread Barry
> 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

Trying to test SelectDateWidget as SelectMonthDayWidget on command line

2019-06-03 Thread eileen
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

new to python - like to write a script with the libvirt-python 5.3.0 package

2019-06-03 Thread Lentes, Bernd
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

Re: Checking refusal of a network connection

2019-06-03 Thread Markus Elfring
> 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

Re: Questions about the IO modules and C-api

2019-06-03 Thread eryk sun
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