Re: [Twisted-Python] win32com client in a twisted thread

2010-05-03 Thread Andrew Bennetts
Don Dwiggins wrote: > I'm running a Windows service with Twisted (xmlrpc), and I've run into > an odd case. > > In a recently implemented method, I create a COM object with > win32com.client.Dispatch (using a COM DLL that's part of the overall > application) and make a couple of calls on it, ge

Re: [Twisted-Python] win32com client in a twisted thread

2010-05-03 Thread Itamar Turner-Trauring
On Mon, 2010-05-03 at 17:32 -0700, Don Dwiggins wrote: > I'm running a Windows service with Twisted (xmlrpc), and I've run into > an odd case. > > In a recently implemented method, I create a COM object with > win32com.client.Dispatch (using a COM DLL that's part of the overall > application) a

[Twisted-Python] win32com client in a twisted thread

2010-05-03 Thread Don Dwiggins
I'm running a Windows service with Twisted (xmlrpc), and I've run into an odd case. In a recently implemented method, I create a COM object with win32com.client.Dispatch (using a COM DLL that's part of the overall application) and make a couple of calls on it, getting a return value. This work

Re: [Twisted-Python] Release again in June?

2010-05-03 Thread Jonathan Lange
On Mon, May 3, 2010 at 4:49 PM, wrote: > On 12:18 pm, j...@mumak.net wrote: >>Hello everyone, >> >>Some of you may recall that the last Twisted release, Twisted 10.0.0 >>took place in early March of this year. It was my intent then to >>release 10.1.0 in early June, thus moving us toward a regula

Re: [Twisted-Python] Release again in June?

2010-05-03 Thread exarkun
On 12:18 pm, j...@mumak.net wrote: >Hello everyone, > >Some of you may recall that the last Twisted release, Twisted 10.0.0 >took place in early March of this year. It was my intent then to >release 10.1.0 in early June, thus moving us toward a regular release >cycle. > >I am still keen to do this.

Re: [Twisted-Python] exception not being trapped with Failure.trap

2010-05-03 Thread Gabriel Rossetti
Michael Tharp wrote: > On 05/03/2010 09:46 AM, Gabriel Rossetti wrote: >> f.trap(MyException) raises MyException and f.value == MyException >> evaluates to True as expected, so why isn't it being trapped? > > f.value should be an instance of MyException, not the class itself. > Perhaps you are doi

Re: [Twisted-Python] exception not being trapped with Failure.trap

2010-05-03 Thread Michael Tharp
On 05/03/2010 09:46 AM, Gabriel Rossetti wrote: > f.trap(MyException) raises MyException and f.value == MyException > evaluates to True as expected, so why isn't it being trapped? f.value should be an instance of MyException, not the class itself. Perhaps you are doing something like Failure(MyEx

[Twisted-Python] exception not being trapped with Failure.trap

2010-05-03 Thread Gabriel Rossetti
Hello everyone, I'm getting something strange: f.trap(MyException) raises MyException and f.value == MyException evaluates to True as expected, so why isn't it being trapped? Thanks, Gabriel ___ Twisted-Python mailing list Twisted-Python@twistedmat

[Twisted-Python] Release again in June?

2010-05-03 Thread Jonathan Lange
Hello everyone, Some of you may recall that the last Twisted release, Twisted 10.0.0 took place in early March of this year. It was my intent then to release 10.1.0 in early June, thus moving us toward a regular release cycle. I am still keen to do this. Does anyone have any thoughts, objections