Binary package of PyCrypto for Windows?
Kazuhiko Kato <[email protected]>
| Newsgroups | gmane.comp.python.cryptography |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
Dear PyCrypto Folks,
Is there binary package of PyCrypto for Windows? I cannot "make" PyCrypto
with my Windows PC.
Error message in making PyCrypto:
% python setup.py build
running build
running build_py
running build_ext
error: Python was built with version 6 of Visual Studio, and extensions need
to be built with the same version of the compiler, but it isn't installed.
Kazuhiko Kato