<span class="gmail_quote"></span>Hello paramiko-fans<br><br>I try to install paramiko 1.5.2 and pycrypto 2.0.1 (win binary for Python 2.4 from voidspace)<br>on a Win XP Box<br><br>After importing paramiko I get the following error message:
<br><br>&nbsp; File &quot;C:\prog\Python24\Lib\site-packages\paramiko\util.py&quot;, line 31, in ?
<br>&nbsp;&nbsp;&nbsp; from paramiko.common import *<br>&nbsp; File &quot;C:\prog\Python24\Lib\site-packages\paramiko\common.py&quot;, line 106, in ?<br>&nbsp;&nbsp;&nbsp; randpool = RandomPool()<br>&nbsp; File &quot;C:\prog\Python24\Lib\site-packages\Crypto\Util\randpool.py&quot;, line 82, in __init__
<br>&nbsp;&nbsp;&nbsp; self._getPos = hash.digest_size<br>AttributeError: 'module' object has no attribute 'digest_size'<br><br>I'm new to python and don't know if I have to edit some code <br>or<br>is there an older pycrypto win binary which is compatible?
<br><br>Thank you very much!<br><span><br>Philipp<br><br></span><span>PS: please excuse incase this posting appears twice.</span><br>