Hi all,

I'm running a Python script which tries to import subprocess. This
fails because it cannot import the select module.
Does anybody know how to solve this?

My PYTHONPATH is set to: /usr/lib64/python2.6/

This is the exact error message:

Traceback (most recent call last):
  File "/usr/local/MeVisLab2.1GCC-64/bin/../Packages/MeVis/Foundation/BuildTools/Scripts/createProject.py",
line 39, in <module>
    import subprocess
  File "/usr/lib64/python2.6/subprocess.py", line 427, in <module>
    import select
ImportError: No module named select

Kind regards,
Coert Metz