AES missing on test, vcvarsall.bat missing on install and setup

Bug #1112606 reported by Emma M
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Python-Crypto
New
Undecided
Unassigned

Bug Description

Hi
Trying to install PyCrypto on Windows 64 bit. I've tried to build and install, and get this:

running install
running build
running build_py
running build_ext
warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath.

building 'Crypto.Random.OSRNG.winrandom' extension
error: Unable to find vcvarsall.bat

Then trying to run setup.py test, I get the same result as https://bugs.launchpad.net/pycrypto/+bug/1055256 , ending with

ImportError: cannot import name _AES

I'd really appreciate any help!

Revision history for this message
André Bachmann (andrebachmann-dd) wrote :

I might have the same problem. Here I'm running Win7 x64 with Python 3.3.2 (32 bit). When I try to build PyCrypto with "python setup.py build", I get the same error:

=====================================================================
...
Skipping implicit fixer: buffer
Skipping implicit fixer: idioms
Skipping implicit fixer: set_literal
Skipping implicit fixer: ws_comma
running build_ext
warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath.

building 'Crypto.Random.OSRNG.winrandom' extension
error: Unable to find vcvarsall.bat
=====================================================================

Revision history for this message
Richard Mitchell (mitchellrj) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.