Re: [python-win32] timeout function

2010-04-07 Thread Varun Avashia
python-win32@python.org Subject: [python-win32] timeout function Hi, I'm trying to execute a function that could end never (infinite time). I'd like to set a timeout. If function respond before 30 sec ok, else go away. Can I do it? I can't fin

Re: [python-win32] timeout function

2010-04-07 Thread Tim Golden
On 07/04/2010 14:24, pacopyc wrote: Hi, I'm trying to execute a function that could end never (infinite time). I'd like to set a timeout. If function respond before 30 sec ok, else go away. Can I do it? I can't find simple examples. Can you help me? Have a look here: http://code.activestate.co

[python-win32] timeout function

2010-04-07 Thread pacopyc
Hi, I'm trying to execute a function that could end never (infinite time). I'd like to set a timeout. If function respond before 30 sec ok, else go away. Can I do it? I can't find simple examples. Can you help me? Thank you ___ python-win32 mailing li