no puedo construir en windows7
Bug #1236551 reported by
Marcos
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Python-Crypto |
New
|
Undecided
|
Unassigned |
Bug Description
D:\Temporal\
running build
running build_py
running build_ext
warning: GMP or MPIR library not found; Not building Crypto.
building 'Crypto.
error: Unable to find vcvarsall.bat
D:\Temporal\
D:\Temporal\
...
VCINSTALLDIR=
VisualStudioVer
VS110COMNTOOLS=
VSINSTALLDIR=
....
To post a comment you must log in.
What version of Python are you using? Older versions of Python look for different environmental variables.
Try running:
SET VS90COMNTOOLS= %VS110COMNTOOLS %
before setup.py build.