PyCrypto 2.6.1 message when attempting to run setup.py (PYTHON) -
it gives me following message when running through idle
== restart: c:\users\xray1\documents\pycrypto-2.6.1\pycrypto-2.6.1\setup.py ==
on restarting , running pct-speedtest.py, gives me following error;
traceback (most recent call last): file "c:\users\xray1\documents\pycrypto-2.6.1\pycrypto-2.6.1\pct-speedtest.py", line 30, in crypto.publickey import rsa modulenotfounderror: no module named 'crypto'
which leads me feel if hasn't installed. googled , found solution.
pip install --use-wheel --no-index --find-links=https://github.com/sfbahr/pycrypto-wheels/raw/master/pycrypto-2.6.1-cp35-none-win32.whl pycrypto
it told me run above, , when did, practically nothing happened. run window closed , brief cmd prompt appeared not enough time see in it.
could me this, please?
Comments
Post a Comment