Re: [Twisted-Python] How to disable XMLRPC logging

2009-06-26 Thread Dustin Land
Thanks for the info Jean-Paul. On Wed, Jun 24, 2009 at 5:02 PM, Jean-Paul Calderone wrote: > On Wed, 24 Jun 2009 16:53:58 -0500, Dustin Land > wrote: > >Greetings! > > > >Currently I'm running two daemons that talk to each other over xmlrpc. > >One runs an implementation of internet.TCPServer wi

[Twisted-Python] Unhandled error in Deferred with twisted-8.2.0, but not with twisted-2.1.0

2009-06-26 Thread Rutt, Benjamin
Am currently trying to upgrade to twisted-8.2.0. For some reason, twisted-8.2.0 thinks my deferred below was gc'd with an unhandled error, and tells me about it upon reactor exit. With python-2.4.2/twisted-2.1.0, no issues. With python-2.6.1/twisted-8.2.0, I see these issues. Any ideas why? Th

Re: [Twisted-Python] Unhandled error in Deferred with twisted-8.2.0, but not with twisted-2.1.0

2009-06-26 Thread glyph
On 04:33 pm, benjamin.r...@gs.com wrote: >Am currently trying to upgrade to twisted-8.2.0. For some reason, >twisted-8.2.0 thinks my deferred below was gc'd with an unhandled >error, >and tells me about it upon reactor exit. With >python-2.4.2/twisted-2.1.0, no issues. With >python-2.6.1/twis

Re: [Twisted-Python] Unhandled error in Deferred with twisted-8.2.0, but not with twisted-2.1.0

2009-06-26 Thread glyph
On 05:48 pm, gl...@divmod.com wrote: >and that took place after 8.1 but before 8.2. In the meanwhile, you >could upgrade to 8.2 before going to 8.2 to avoid this issue; going >from ^ ahem. I meant "upgrade to 8.1 before going to 8.2", of course. >8.1 to 8.2 should be significan

Re: [Twisted-Python] Unhandled error in Deferred with twisted-8.2.0, but not with twisted-2.1.0

2009-06-26 Thread Rutt, Benjamin
Thank you for digging this up - I filed a bug. http://twistedmatrix.com/trac/ticket/3892 -Original Message- From: twisted-python-boun...@twistedmatrix.com [mailto:twisted-python-boun...@twistedmatrix.com] On Behalf Of gl...@divmod.com Sent: Friday, June 26, 2009 1:49 PM To: Twisted gene