stacks-network / pybitcoin

A Bitcoin python library for private + public keys, addresses, transactions, & RPC
MIT License
277 stars 117 forks source link

Import error #65

Closed quinnoaj closed 7 years ago

quinnoaj commented 7 years ago

When I run

python unit_tests.py I got the following error:

Traceback (most recent call last): File "unit_tests.py", line 38, in <module> from settings import BITCOIND_RPC_PASSWORD, BITCOIND_RPC_USERNAME, \ ImportError: cannot import name BITCOIND_RPC_PASSWORD

I looked into the scripts and it seems fine, how to fix this error? Thank you.