>
>
> *From:* [EMAIL PROTECTED] [mailto:
> [EMAIL PROTECTED] *On Behalf Of *mauro tizianel
> *Sent:* Wednesday, 30 January 2008 4:09 AM
> *To:* python-win32@python.org
> *Subject:* [python-win32] win32com: ServerBusy message
>
>
>
> Hi list,
>
> I am callin
4:09 AM
To: python-win32@python.org
Subject: [python-win32] win32com: ServerBusy message
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 b
Hi!
"Server Busy" is primarily during the opening of the server.
Minimize the code inside opening (or use thread), for a faster return).
@-salutations
--
Michel Claveau
___
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mai
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