[python-win32] Help with COM objs across threads: The object exporter specified was not found

2008-02-20 Thread mauro tizianel
Dear list, I wrote a small class which has some COM objects among its attributes. I need to access the object from different threads so I defined two methods to marshal and unmarshal the interfaces when working with the object. Everything seemed to work fine on my PC, never had an error. But I dis

Re: [python-win32] win32com: ServerBusy message

2008-01-30 Thread mauro tizianel
though if > "command-line window" means running python.exe from a command-prompt and > entering the commands there, I've no idea why it would work interactively > but fail when run by python.exe as a script. > > > > Hope this helps, > > > > Mark >

[python-win32] win32com: ServerBusy message

2008-01-29 Thread mauro tizianel
Hi list, I am calling a method on a COM server within a python script. The method takes a long time to return ( > 15s) and I am getting a "Server Busy" popup message "This action cannot be completed because the program is busy." To continue the user has to click ( "Switch to..." or "Retry"). Ty