Subprocess Not Working on Solaris

"Martin v. Löwis" martin at v.loewis.de
Sat Jun 16 05:19:33 EDT 2007


> 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



More information about the Python-list mailing list