Created
July 13, 2014 08:43
-
-
Save ramontayag/51e3b1c03236e41d2f96 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ramon@tintin ~/src/ruby-bitcoin-box/mnt/electrum (master●)$ python scripts/merchant/merchant.py [ruby-2.1.1] | |
Traceback (most recent call last): | |
File "scripts/merchant/merchant.py", line 24, in <module> | |
from electrum import Wallet, WalletStorage, SimpleConfig, Network, set_verbosity | |
ImportError: No module named electrum | |
ramon@tintin ~/src/ruby-bitcoin-box/mnt/electrum (master●)$ cd scripts/merchant [ruby-2.1.1] | |
ramon@tintin ~/src/ruby-bitcoin-box/mnt/electrum/scripts/merchant (master●)$ python merchant.py [ruby-2.1.1] | |
Traceback (most recent call last): | |
File "merchant.py", line 24, in <module> | |
from electrum import Wallet, WalletStorage, SimpleConfig, Network, set_verbosity | |
ImportError: No module named electrum |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment