0
I am trying to run Vitalik Buterin's python bitcoin wrapper.
I installed it from PyPi (pip install pybitcointools ).
When I try to run:
import bitcoin
I get the following error:
ImportError Traceback (most recent call last) in () ----> 1 import bitcoin
ImportError: No module named 'bitcoin'
I will appreciate any pointers on this
Do you have more than one version of python installed? – MeshCollider – 2017-07-16T12:51:19.093
Used to have 2.7 ages ago but uninstalled it – Samuel Dare – 2017-07-16T12:53:56.953