Re: [python-win32] win32com.client - How to raise an exception after timeout

2006-01-13 Thread Gregory Piñero
After more research, I believe there is no answer for this. I'd like to write a PEP for this problem but I'm not sure I know enough. Can anyone help? Is this perhaps a better question for the Python users or developers list? Thanks, Greg On 12/27/05, Gregory Piñero <[EMAIL PROTECTED]> wrote:

[python-win32] win32com.client - How to raise an exception after timeout

2005-12-27 Thread Gregory Piñero
Hi guys, I'm working with the COM stuff in python-win32 to talk to QuickBooks and in the last line of the code below, the function just hangs (forever?). I was hoping someone could enlighten me on how to have an exception raised after a specified time has passed so I can clean up and continue my