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 _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig