<!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>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 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&nbsp;the fsh there was on.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # 
fshd</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Traceback 
(most recent call last):<BR>&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; File 
"/usr/bin/in.fshd", line 6, in ?<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; import 
infshd<BR>&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; File 
"/home/pra/fsh/1.2/Fileset/share/fsh/infshd.py", line 19, in 
?<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; import fcntl<BR>&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; ImportError: No module named fcntl</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; </FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 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>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; But again the 
problem arises after some time, with out no change.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; This 
time</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; # fshd -l 
user localhost</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <A 
href="mailto:user@localhost">user@localhost</A> password:</FONT></DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Traceback 
(most recent call last):<BR>&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; File 
"/usr/bin/in.fshd", line 6, in ?<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; import 
infshd<BR>&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; File 
"/home/pra/fsh/1.2/Fileset/share/fsh/infshd.py", line 19, in 
?<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; import fcntl<BR>&nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; ImportError: No module named fcntl</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Pls. suggest 
me any solution. Pls. forgive me if it is already discussed.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks &amp; 
Reagrds<BR>Prakash.A</FONT></DIV></BODY></HTML>