Comment 3 for bug 402978

Revision history for this message
Tim K. (timothy-kendon) wrote : Re: no more Python pure

If it's off any use, the problem can be resolved by:

1. Getting the source of pycrypto ...
2. Building the pycrypto source with "python setup.py build --compiler=mingw32"
3. Installing the pycrypto module "python setup.py install"
4. Installing the paramiko package "python setup.py install"

This assumes that you have mingw32, which comes with packages such as pythonxy.

It would have been better (if possible?) to get the python build of paramiko to download and install pycrypto with the appropriate compiler flags. Anyway the above solution worked for me!