Select module is missing in Python 2.3.1

prabu prabu333 at hotpop.com
Thu Jul 1 08:24:04 EDT 2004


Hello all,
      I am new to Python,And this is my first post.I have installed "Fsh",an Opensource Product ,very similar to SSH on
my HP-UX B.11.22 U ia64(IPF).It has Python dependency.The problem is that,when I execute Fsh at commanline
following error occurs,
# fsh
Traceback (most recent call last):
  File "/usr/bin/fsh", line 6, in ?
    import fsh
  File "/opt/iexpress/fsh/share/fsh/fsh.py", line 22, in ?
    import select
ImportError: No module named select

Later on analysing Python,I found that a module called "select" was missing.
# python
Python 2.3.1 (#3, Nov 15 2003, 09:39:56)
[GCC 3.3.2] on hp-ux11
Type "help", "copyright", "credits" or "license" for more information.
>>> import select
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: No module named select
>>>
But I am able to execute Fsh on my another machine B.11.11 U 9000/800.So I checked there for Select module as below,
# python
Python 2.3.3 (#2, Mar  4 2004, 12:13:24) [C] on hp-ux11
Type "help", "copyright", "credits" or "license" for more information.
>>> import select
>>>
Here,it works,aslo I was able to find the "select" modules in the list of all modules persent in the python.

My question,is where can i find the select modules for python and how to import "select" module to python?.
What are all the ways.

Help me to solve this problem.

With Advance Thanks,
Prabu.


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.712 / Virus Database: 468 - Release Date: 6/27/2004
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20040701/9b5c9a7c/attachment.html>


More information about the Python-list mailing list