<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV>Hello all,</DIV>
<DIV>      I am new to Python,And this is my first 
post.I have installed "Fsh",an Opensource Product ,very similar to SSH 
on</DIV>
<DIV>my HP-UX B.11.22 U ia64(IPF).It has Python dependency.The problem 
is that,when I execute Fsh at commanline</DIV>
<DIV>following error occurs,</DIV>
<DIV># fsh<BR>Traceback (most recent call last):<BR>  File "/usr/bin/fsh", 
line 6, in ?<BR>    import fsh<BR>  File 
"/opt/iexpress/fsh/share/fsh/fsh.py", line 22, in ?<BR>    import 
select<BR>ImportError: No module named select<BR></DIV>
<DIV>Later on analysing Python,I found that a module called "select" was 
missing.</DIV>
<DIV># python<BR>Python 2.3.1 (#3, Nov 15 2003, 09:39:56)<BR>[GCC 3.3.2] on 
hp-ux11<BR>Type "help", "copyright", "credits" or "license" for more 
information.<BR>>>> import select<BR>Traceback (most recent call 
last):<BR>  File "<stdin>", line 1, in ?<BR>ImportError: No module 
named select<BR>>>><BR>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,</DIV>
<DIV># python<BR>Python 2.3.3 (#2, Mar  4 2004, 12:13:24) [C] on 
hp-ux11<BR>Type "help", "copyright", "credits" or "license" for more 
information.<BR>>>> import select<BR>>>><BR>Here,it works,aslo 
I was able to find the "select" modules in the list of all modules persent in 
the python.</DIV>
<DIV> </DIV>
<DIV>My question,is where can i find the select modules for python and how to 
import "select" module to python?.</DIV>
<DIV>What are all the ways.</DIV>
<DIV> </DIV>
<DIV>Help me to solve this problem.</DIV>
<DIV> </DIV>
<DIV>With Advance Thanks,</DIV>
<DIV>Prabu.</DIV>
<DIV> </DIV>
<DIV><BR>---<BR>Outgoing mail is certified Virus Free.<BR>Checked by AVG 
anti-virus system (<A 
href="http://www.grisoft.com">http://www.grisoft.com</A>).<BR>Version: 6.0.712 / 
Virus Database: 468 - Release Date: 6/27/2004</DIV></BODY></HTML>