Hi All,

Sorry for the n00b question...

With win32event.WaitForMultipleObjects, I dont seem to be able to give it a
plain socket object. How can I create a PyHANDLE from a socket?



In [26]: int = WaitForMultipleObjects([so],False,10000)
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)

C:\Users\davidmar\<ipython console> in <module>()

TypeError: Handles must be a list of integers


Thanks!
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to