Python and Sockets,

Irmen de Jong irmen at NOSPAMREMOVETHISxs4all.nl
Thu Aug 1 17:54:41 EDT 2002


Walter Hofmann wrote:

> You could use the select module to wait for a number of sockets to
> become ready for reading or writing. However, I don't know if you can
> process Tk or GTK evens simultaneously this way.

I'm fairly sure this won't work on Windows. select() on windows only
works on sockets, not on other file descriptors.

Irmen




More information about the Python-list mailing list