Bitcoin Forum
May 17, 2024, 09:03:36 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3]  All
  Print  
Author Topic: Python Bitcoin ECC library, supports signing, transactions, determinstic wallets  (Read 11374 times)
instagibbs
Member
**
Offline Offline

Activity: 114
Merit: 12


View Profile
April 01, 2014, 02:40:07 PM
 #41

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?
rapport
Full Member
***
Offline Offline

Activity: 157
Merit: 100


View Profile
May 14, 2014, 10:14:26 AM
 #42

Try "from bitcoin import *"

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
Tafelpoot
Full Member
***
Offline Offline

Activity: 191
Merit: 100


View Profile
December 23, 2014, 11:46:02 AM
 #43

I'm making a UI on top of this, similar to electrum.
I really like your clean code!
Pages: « 1 2 [3]  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!