Closed quinnoaj closed 7 years ago
When I run
python unit_tests.py I got the following error:
python unit_tests.py
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.
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.