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

How to understand 2 main() functions after using uftrace to profile the C++ program? -

c# - Update a combobox from a presenter (MVP) -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -