"setup.py test" should automatically run "setup.py build"
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Python-Crypto |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
Hi, newbie to installing modules with python (or working with python in general), so please forgive if this is a misunderstanding on my part. I downloaded the module and ran the setup test script and it came back with a number of errors:
C:\Python32\
running test
Traceback (most recent call last):
File "C:\Python32\
File "C:\Python32\
File "C:\Python32\
File "C:\Python32\
File "C:\Python32\
File "build\
File "build\
File "build\
File "build\
ImportError: cannot import name AES
would appreciate any help on this.
Sarosh
Changed in pycrypto: | |
status: | New → Confirmed |
summary: |
- Unable to install on Windows + "setup.py test" should automatically run "setup.py build" |
I guess this is the same as #1055256, so until this is fixed, run setup.py build first.