<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> File "C:\prog\Python24\Lib\site-packages\paramiko\util.py", line 31, in ?
<br> from paramiko.common import *<br> File "C:\prog\Python24\Lib\site-packages\paramiko\common.py", line 106, in ?<br> randpool = RandomPool()<br> File "C:\prog\Python24\Lib\site-packages\Crypto\Util\randpool.py", line 82, in __init__
<br> 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>