SCIENTIFIC-LINUX-USERS Archives

May 2011

SCIENTIFIC-LINUX-USERS@LISTSERV.FNAL.GOV

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Coert Metz <[log in to unmask]>
Reply To:
Coert Metz <[log in to unmask]>
Date:
Mon, 23 May 2011 11:57:36 +0200
Content-Type:
text/plain
Parts/Attachments:
text/plain (21 lines)
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

ATOM RSS1 RSS2