Thank you for all you are doing for us.
I have scarse experience in python and programming in general but I like a lot your tutorial on multisig (
http://bitcoinmagazine.com/11113/pybitcointools-multisig-tutorial/).
I get the following error when I type the first line of code:
>>> from pybitcointools import *
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named pybitcointools
also using the command line tool I get instead:
k1=`pybtctool random_key`
Traceback (most recent call last):
File "/usr/local/bin/pybtctool", line 8, in <module>
cmd = sys.argv[2]
IndexError: list index out of range
I work on Mac OS. I have installed the tools with:
sudo pip install bitcoin
Thank you.
Same exact issue. The command-line tool works just fine. Can someone post what is in their python path?