paramiko is an ssh module<br><br>
<div class="gmail_quote">On Fri, Jun 13, 2008 at 2:49 PM, Terry Reedy <<a href="mailto:tjreedy@udel.edu">tjreedy@udel.edu</a>> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br>"Praveena B" <<a href="mailto:praveena_python@yahoo.com">praveena_python@yahoo.com</a>> wrote in message<br>
news:808793.504.qm@web44809.mail.sp1.yahoo.com...<br>
<div>
<div></div>
<div class="Wj3C7c">when i used paramiko in python2.5 i got the error below.<br>File "C:\praveena\python scripts\sshlib\ssh.py", line 5, in <module><br>import paramiko<br>File "C:\Python25\Lib\site-packages\paramiko\__init__.py", line 69, in<br>
<module><br>from transport import randpool, SecurityOptions, Transport<br>File "C:\Python25\Lib\site-packages\paramiko\transport.py", line 32, in<br><module><br>from paramiko import util<br>File "C:\Python25\lib\site-packages\paramiko\util.py", line 31, in <module><br>
from paramiko.common import *<br>File "C:\Python25\lib\site-packages\paramiko\common.py", line 98, in<br><module><br>from osrandom import OSRandomPool<br>File "C:\Python25\Lib\site-packages\paramiko\osrandom.py", line 129, in<br>
<module><br>raise ImportError("Cannot find OS entropy source")<br>ImportError: Cannot find OS entropy source<br><br></div></div>====================<br>I have no idea what paramiko is, but the error message suggests an OS<br>
rather than Python problem.  Can you run paramiko with an earlier version<br>of Python on the same machine as it is currently set up?<br><br>If so, check (and possibly post) the OSRandomPool class/function in<br>osrandom.py for anything that might be sensitive to 2.5 changes (there were<br>
not very many, and just about none should have broken code).<br><br>tjr<br><font color="#888888"><br><br><br>--<br><a href="http://mail.python.org/mailman/listinfo/python-list" target="_blank">http://mail.python.org/mailman/listinfo/python-list</a><br>
</font></blockquote></div><br><br clear="all"><br>-- <br>| _ | * | _ |<br>| _ | _ | * |<br>| * | * | * |