Re: [Twisted-Python] Possible Twisted sprint

2009-07-09 Thread Michael Hudson
2009/7/8 Jonathan Lange : > Hello all, > > I've recently returned from EuroPython where I got a chance to work > with Thomas Hervé on Twisted. In the giddy rush of success I thought, > "Wouldn't it be great if we could get a whole week to do this?". > > I propose that: >  - we arrange a week long s

Re: [Twisted-Python] Possible Twisted sprint

2009-07-09 Thread Raymond Cote
Steve Steiner (listsin) wrote: As for the date, it should be no sooner than September 7. As a starting point, let's say Sep 28-Oct 2. I'm hoping to be able to come for a day or two -- perhaps work on testing and/or documentation. ___ Tw

Re: [Twisted-Python] Possible Twisted sprint

2009-07-09 Thread Steve Steiner (listsin)
>>> As for the date, it should be no sooner than September 7. As a >>> starting point, let's say Sep 28-Oct 2. Works for me, as well. I'm just an hour North in New Hampshire so I'm pretty flexible around anyone else's schedule. S ___ Twisted-Pyth

Re: [Twisted-Python] Possible Twisted sprint

2009-07-09 Thread Thijs Triemstra | Collab
On 9 Jul 2009, at 17:42, Jamu Kakar wrote: Hi Jono, On Tue, Jul 7, 2009 at 9:31 PM, Jonathan Lange wrote: I've recently returned from EuroPython where I got a chance to work with Thomas Hervé on Twisted. In the giddy rush of success I thought, "Wouldn't it be great if we could get a whole week

Re: [Twisted-Python] Possible Twisted sprint

2009-07-09 Thread Jamu Kakar
Hi Jono, On Tue, Jul 7, 2009 at 9:31 PM, Jonathan Lange wrote: > I've recently returned from EuroPython where I got a chance to work > with Thomas Hervé on Twisted. In the giddy rush of success I thought, > "Wouldn't it be great if we could get a whole week to do this?". Indeed, sprinting is supe

[Twisted-Python] Perspective broker and SSL

2009-07-09 Thread Sean Hollingsworth
I'm trying to add SSL support to an app that makes use of Perspective Broker. In my server I have the following: ccf = ssl.ContextFactory() ccf.method = SSL.TLSv1_METHOD reactor.listenSSL(PORT, pb.PBServerFactory(RLFactory()), ccf) and in my client I have this: ccf = ssl.ClientContextFactory() c

Re: [Twisted-Python] Possible Twisted sprint

2009-07-09 Thread Paul Swartz
On Wed, Jul 8, 2009 at 11:26 PM, wrote: >> As for the date, it should be no sooner than September 7. As a >> starting point, let's say Sep 28-Oct 2. > > This should be a pretty good time for me, and it's in my calendar now. > Anyone else going to have problems making it to an end-of-September spri

Re: [Twisted-Python] sudo asking for a password during utils.getProcessOutputAndValue()

2009-07-09 Thread Steve Freitas
On Tue, 2009-07-07 at 19:25 -0400, Jean-Paul Calderone wrote: > I suppose your sudoers configuration file wasn't recognizing the command > before (since it was indeed a different command) and so wasn't letting you > go through the no-password case. Ahh, okay. Between that and Maarten's illuminat