5
1
I am working through Master Bitcoin. I got the bitcoin client up and running. I am now trying to access the client from python. In the example, there is a line that says from bitcoin.rpc import Rawproxy.
I get the error message no module named rpc. When I run pip freeze, I have python-bitcoinrpc==1.0 listed. Why can't this module be found?
Thank you. That worked. Can I ask how you knew this? there seems to be no association to the library name in
importand what you install. I looked everywhere online trying to figure out the library. – user2242044 – 2017-09-25T19:57:51.600