Skip to content Skip to sidebar Skip to footer

Python-scrypt Doesn't Install On Windows 7 64-bit

It seems that Scrypt doesn't install on my machine. I've installed the version for Windows here. I used Visual Studio free edition, installed OpenSSL 32-bit, and compiled BCrypt wi

Solution 1:

stdint.h is part of C99. Microsoft's C compiler does not support C99. You may have to use another compiler like MinGW or use something like msinttypes.


Post a Comment for "Python-scrypt Doesn't Install On Windows 7 64-bit"