I am trying to run PyCrypto on my application development server (Python). I installed PyCrypto using Voidspace binary (pycrypto-2.0.1.win-amd64-py2.6 exe).
I am using the 64-bit version of Windows 7. From what I found, this binary from Voidspace does not install winrandom correctly because winrandom does not have 64-bit binary. I tried to compile a 64-bit version using VS 2008, but this is far beyond my knowledge, and I do not know if I am doing this correctly. I followed the instructions for PyCrypto, but instead tried to compile the winrandom source.
source share