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

2010-05-09 Thread Konrads Smelkovs
perhaps try to defer to a separate process? 2010/5/5, Don Dwiggins : > Andrew, Itamar, thanks. I've taken the hint to CoInitialize the > thread. That gets me a bit further, but there's still some strange > stuff going on. I'm going to have to put this on the back burner for a > while in favor

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

2010-05-04 Thread Don Dwiggins
Andrew, Itamar, thanks. I've taken the hint to CoInitialize the thread. That gets me a bit further, but there's still some strange stuff going on. I'm going to have to put this on the back burner for a while in favor of higher priority stuff. -- Don Dwiggins Advanced Publishing Technology

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