[Twisted-Python] Upcoming Twisted Sprint in Cambridge, MA

2009-04-20 Thread Jean-Paul Calderone
Hello All, I'd like to organize another Twisted sprint in Cambridge, MA in May. As with previous sprints, this is an all day event, most likely hosted at the Divmod office in Porter Square, for Twisted hacking. Chris Armstrong has raised plugin system improvements as a possible topic. Other to

Re: [Twisted-Python] Upcoming Twisted Sprint in Cambridge, MA

2009-04-20 Thread Christopher Armstrong
On Mon, Apr 20, 2009 at 3:35 PM, Jean-Paul Calderone wrote: > Hello All, > > I'd like to organize another Twisted sprint in Cambridge, MA in May.  As > with previous sprints, this is an all day event, most likely hosted at the > Divmod office in Porter Square, for Twisted hacking.  Chris Armstrong

Re: [Twisted-Python] Upcoming Twisted Sprint in Cambridge, MA

2009-04-20 Thread Thomas Hervé
Le lundi 20 avril 2009 à 15:35 -0400, Jean-Paul Calderone a écrit : > Hello All, Hi! > I'd like to organize another Twisted sprint in Cambridge, MA in May. As > with previous sprints, this is an all day event, most likely hosted at the > Divmod office in Porter Square, for Twisted hacking. Chri

Re: [Twisted-Python] _Win32Waker

2009-04-20 Thread Aron Bierbaum
I have looked into this a little more and have noticed that if I specify a port number instead of "0" it will always bind to the correct "127.0.0.1" address. I still don't know why this only occurs on certain Windows machines. I will hopefully get more time to look into this in the next couple of d

Re: [Twisted-Python] _Win32Waker

2009-04-20 Thread Jean-Paul Calderone
On Mon, 20 Apr 2009 18:16:39 -0500, Aron Bierbaum wrote: I have looked into this a little more and have noticed that if I specify a port number instead of "0" it will always bind to the correct "127.0.0.1" address. I still don't know why this only occurs on certain Windows machines. I will hope