Re: [python-win32] win32com: ServerBusy message

2008-01-30 Thread mauro tizianel
> > > *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

Re: [python-win32] win32com: ServerBusy message

2008-01-29 Thread Mark Hammond
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

Re: [python-win32] win32com: ServerBusy message

2008-01-29 Thread Michel Claveau
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

[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