<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1491" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello All,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> I new user to
python. I am using a product called FSH, some of its parts are implemented in
Python. This is like a ssh to run a command on remote machine. First time while
running the fsh there was on.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> #
fshd</FONT></DIV>
<DIV><FONT face=Arial size=2> Traceback
(most recent call last):<BR> File
"/usr/bin/in.fshd", line 6, in ?<BR> import
infshd<BR> File
"/home/pra/fsh/1.2/Fileset/share/fsh/infshd.py", line 19, in
?<BR> import fcntl<BR>
ImportError: No module named fcntl</FONT></DIV>
<DIV><FONT face=Arial size=2> </FONT></DIV>
<DIV><FONT face=Arial size=2> I solved this
problem. This error is because, fcntl.sl is unable load and the user has no
permission to execute the library. After changing the permission for the shared
library, it works.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> But again the
problem arises after some time, with out no change.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> This
time</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> # fshd -l
user localhost</FONT></DIV>
<DIV><FONT face=Arial size=2> <A
href="mailto:user@localhost">user@localhost</A> password:</FONT></DIV>
<DIV><FONT face=Arial size=2> Traceback
(most recent call last):<BR> File
"/usr/bin/in.fshd", line 6, in ?<BR> import
infshd<BR> File
"/home/pra/fsh/1.2/Fileset/share/fsh/infshd.py", line 19, in
?<BR> import fcntl<BR>
ImportError: No module named fcntl</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2> Pls. suggest
me any solution. Pls. forgive me if it is already discussed.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanks &
Reagrds<BR>Prakash.A</FONT></DIV></BODY></HTML>