all, I tried to import sha
in a python
file, but got the error message when compiling the file.
ImportError: No module named 'sha'
I am using pycharm 4.0.4
with python 3.4.2
installed on Win 7
. I am wondering how to solve the problem.
Please use hashlib
, in any case. sha
has long been deprecated.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With