> Python 2.5.1 (r251:54863, Jun 13 2007, 13:40:52) > [GCC 3.2.3] on sunos5 > Type "help", "copyright", "credits" or "license" for more information. >>>> import subprocess > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > File "/usr/local/lib/python2.5/subprocess.py", line 401, in <module> > import select > ImportError: No module named select > "
The select module should certainly be present on Solaris. If it isn't, something went wrong in the installation. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list