Destiner / blocksmith

Bitcoin/Ethereum key manipulation
Apache License 2.0
260 stars 92 forks source link

ModuleNotFoundError: No module named 'Crypto' #6

Open fritol opened 5 years ago

fritol commented 5 years ago

import blocksmith Traceback (most recent call last): File "", line 1, in File "C:\Python\Python36\lib\site-packages\blocksmith__init__.py", line 3, in from .ethereum import EthereumWallet File "C:\Python\Python36\lib\site-packages\blocksmith\ethereum.py", line 3, in from Crypto.Hash import keccak ModuleNotFoundError: No module named 'Crypto'

SOLUTION (on windows) changed in libraries folder name crypto to Crypto