Re: [Twisted-Python] Twisted developers: please donate your time!

2009-03-02 Thread Itamar Shtull-Trauring
On Tue, 2009-02-24 at 21:25 +1300, Michael Hudson wrote: > 2009/2/24 Itamar Shtull-Trauring : > > As part of the TSF's fundraising efforts, we are trying to get upfront > > donations of time you will spend developing Twisted. It will then get > > matched by a donor, if we are successful in getting

Re: [Twisted-Python] Twisted developers: please donate your time!

2009-03-02 Thread Jean-Paul Calderone
On Mon, 02 Mar 2009 09:08:00 -0500, Itamar Shtull-Trauring wrote: On Tue, 2009-02-24 at 21:25 +1300, Michael Hudson wrote: 2009/2/24 Itamar Shtull-Trauring : > As part of the TSF's fundraising efforts, we are trying to get upfront > donations of time you will spend developing Twisted. It will

[Twisted-Python] newbie problem with SMTPClient

2009-03-02 Thread Dave Britton
I love the idea of twisted but I think I must have a twisted learning disability, as I have gotten nowhere in what ought to be a simple matter. I need to send out emails to small groups from my apache server running a python cgi using mod_python, but my hosting service doesn't have a MTA. Inste

Re: [Twisted-Python] newbie problem with SMTPClient

2009-03-02 Thread Jean-Paul Calderone
On Mon, 2 Mar 2009 15:57:17 -0500, Dave Britton wrote: I love the idea of twisted but I think I must have a twisted learning disability, as I have gotten nowhere in what ought to be a simple matter. I need to send out emails to small groups from my apache server running a python cgi using mod

[Twisted-Python] Bug in twisted.names.client

2009-03-02 Thread Nicolas Toper
Hi, It seems the resolv file in twisted.names.client#maybeParseConfig is never closed. This creates a exceptions.IOError: [Errno 24] Too many open files: '/etc/resolv.conf (FYI I am resolving a domain very often in my script). Am I correct? Would you like me to submit a patch to correct th

Re: [Twisted-Python] Bug in twisted.names.client

2009-03-02 Thread Jean-Paul Calderone
On Mon, 2 Mar 2009 22:55:26 +0100, Nicolas Toper wrote: Hi, It seems the resolv file in twisted.names.client#maybeParseConfig is never closed. This creates a exceptions.IOError: [Errno 24] Too many open files: '/etc/resolv.conf (FYI I am resolving a domain very often in my script). Am I

Re: [Twisted-Python] Bug in twisted.names.client

2009-03-02 Thread Nicolas Toper
Good point, you are right. Thanks :) I can still commit a patch: really there just need a finally clause at the end of maybeParseConfig to close the file AFAI Best, Nicolas On Mon, Mar 2, 2009 at 11:06 PM, Jean-Paul Calderone wrote: > On Mon, 2 Mar 2009 22:55:26 +0100, Nicolas Toper wrote: >

Re: [Twisted-Python] Bug in twisted.names.client

2009-03-02 Thread Jean-Paul Calderone
On Mon, 2 Mar 2009 23:33:57 +0100, Nicolas Toper wrote: Good point, you are right. Thanks :) I can still commit a patch: really there just need a finally clause at the end of maybeParseConfig to close the file AFAI A patch (with unit test :) would be quite welcome. Please open a ticket at ht

Re: [Twisted-Python] Twisted developers: please donate your time!

2009-03-02 Thread glyph
On 2 Mar, 02:08 pm, ita...@itamarst.org wrote: On Tue, 2009-02-24 at 21:25 +1300, Michael Hudson wrote: 2009/2/24 Itamar Shtull-Trauring : > As part of the TSF's fundraising efforts, we are trying to get upfront > donations of time you will spend developing Twisted. It will then get > matched