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
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
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
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
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.
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
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
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
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