Skip to content

Instantly share code, notes, and snippets.

@ramontayag
Created July 13, 2014 08:43
Show Gist options
  • Save ramontayag/51e3b1c03236e41d2f96 to your computer and use it in GitHub Desktop.
Save ramontayag/51e3b1c03236e41d2f96 to your computer and use it in GitHub Desktop.
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