Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: redshark1802 on June 08, 2011, 06:46:15 PM



Title: blkmond crypto.hash SHA256 error
Post by: redshark1802 on June 08, 2011, 06:46:15 PM
Hello,

i wanted to test pushpoold and blkmond.
But when i want to open, I get the following error:

Code:
Traceback (most recent call last):
  File "./blkmond", line 18, in <module>
    from Crypto.Hash import SHA256
ImportError: No module named Crypto.Hash

Can someone help me please :)

regards, redshark1802


Title: Re: blkmond crypto.hash SHA256 error
Post by: dsp77 on June 09, 2011, 05:03:17 PM
The Error means you are missing the python-crypto module, which can be found here:

https://www.dlitz.net/software/pycrypto/



Title: Re: blkmond crypto.hash SHA256 error
Post by: redshark1802 on June 12, 2011, 09:44:33 PM
thank you very much :)

regards, redshark1802


Title: Re: blkmond crypto.hash SHA256 error
Post by: Xenland on May 02, 2012, 08:31:52 PM
Double Thanks  ;D