Home:ALL Converter>pycryptodome module cannot be imported as wheel

pycryptodome module cannot be imported as wheel

Ask Time:2018-07-19T20:13:39         Author:Ibrahim Quraish

Json Formatter

I downloaded pycryptodome python module wheel format file (pycryptodome.whl) from here

Now when I try to import and use it as follows,

from Crypto.PublicKey import RSA

I get this ImportError: No module named Crypto.PublicKey

I have another module called PyVMOMI (pyvmomi.whl) where I do not see this problem, I can very well import any of its module files without any error.

Note: the directory where the *.whl file is located is set in the PYTHONPATH variable already

Author:Ibrahim Quraish,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/51422441/pycryptodome-module-cannot-be-imported-as-wheel
yy