[Pythonmac-SIG] Select module in 10.4
Kris Kopicki
krisk at walford.asn.au
Wed Aug 10 03:17:20 CEST 2005
Hi,
I've just installed a package that requires python on 10.4.2 Server
and notice that is crashes on calling select.poll().
I ran this on a 10.3 Server
>>> import select
>>> dir(select)
['POLLERR', 'POLLHUP', 'POLLIN', 'POLLNVAL', 'POLLOUT', 'POLLPRI',
'__doc__', '__file__', '__name__', 'error', 'poll', 'select']
and this on the 10.4.2 Server
>>> import select
>>> dir(select)
['__doc__', '__file__', '__name__', 'error', 'select']
Is the python install on 10.4 broken? Or more to the point, anyone
know of a way around this?
Cheers,
Kris
--------------------------------------
Kris Kopicki
Systems Administrator
Walford Anglican School for Girls Inc.
316 Unley Road, Hyde Park
SA 5061 Australia
Web: http://www.walford.asn.au
Phone: +61-8-82726555
Fax: +61-8-82720313
Mobile: +61407790415
More information about the Pythonmac-SIG
mailing list