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

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -