WaitForMultipleObjects in Python.

Elbert Lev elbertlev at hotmail.com
Thu Jul 8 09:45:24 EDT 2004


Tim Golden <tim.golden at viacom-outdoor.co.uk> wrote in message news:<mailman.103.1089282296.5135.python-list at python.org>...
> | Is there any way to wait in multiple events, semaphores etc. For
> | examole on Queue and Event? Like you can do in WIN32.
> 
> If you haven't already, install the pywin32 extensions from
> http://starship.python.net/crew/mhammond/win32/Downloads.html
> 
> and look at the win32event module
> 
> TJG
> 
> 
> ________________________________________________________________________
> This e-mail has been scanned for all viruses by Star Internet. The
> service is powered by MessageLabs. For more information on a proactive
> anti-virus service working around the clock, around the globe, visit:
> http://www.star.net.uk
> ________________________________________________________________________


I mean portable with no win32. 

Speaking of win32event. Can I use WaitForMultipleObjects with Python Event object?



More information about the Python-list mailing list