Re: [python-win32] how to get select behavior for non-socket objects

2007-07-27 Thread Brian Martin
MAIL PROTECTED] Behalf Of *Brian Martin > > *Sent:* Tuesday, 24 July 2007 12:14 PM > > *To:* python-win32@python.org > > *Subject:* [python-win32] how to get select behavior for non-socket > > objects > > > > Hello, I understand that the select module will only

Re: [python-win32] how to get select behavior for non-socket objects

2007-07-27 Thread Brian Martin
PROTECTED] Behalf Of *Brian Martin > *Sent:* Tuesday, 24 July 2007 12:14 PM > *To:* python-win32@python.org > *Subject:* [python-win32] how to get select behavior for non-socket > objects > > Hello, I understand that the select module will only work with sockets > under

Re: [python-win32] how to get select behavior for non-socket objects

2007-07-24 Thread Waldemar Osuch
On 7/23/07, Brian Martin <[EMAIL PROTECTED]> wrote: > Hello, I understand that the select module will only work with sockets under > windows. Is there a built-in python module for win32 that provides some kind > of multiplexing > ability for something like a serial port (via pyserial). > > thanks,

Re: [python-win32] how to get select behavior for non-socket objects

2007-07-24 Thread Mark Hammond
12:14 PM To: python-win32@python.org Subject: [python-win32] how to get select behavior for non-socket objects Hello, I understand that the select module will only work with sockets under windows. Is there a built-in python module for win32 that provides some kind of multiplexing ability

Re: [python-win32] how to get select behavior for non-socket objects

2007-07-24 Thread Tim Roberts
Brian Martin wrote: > Hello, I understand that the select module will only work with sockets > under windows. Is there a built-in python module for win32 that > provides some kind of multiplexing ability for something like a serial > port (via pyserial). There's just no good way to implement such

[python-win32] how to get select behavior for non-socket objects

2007-07-23 Thread Brian Martin
Hello, I understand that the select module will only work with sockets under windows. Is there a built-in python module for win32 that provides some kind of multiplexing ability for something like a serial port (via pyserial). thanks, brian ___ Python-w