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