Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module name for import seems to be 'bitcoin' not 'pybitcointools' #18

Open
pinheadmz opened this issue Apr 25, 2014 · 5 comments
Open

Comments

@pinheadmz
Copy link

Running:
2.7.6 |Anaconda 1.9.2 (x86_64)| (default, Jan 10 2014, 11:23:15)
[GCC 4.0.1 (Apple Inc. build 5493)]

from pybitcointools import *
ImportError: No module named pybitcointools
from bitcoin import *
(success)

...might want to edit README.
Thanks VB, such great work

@reiven
Copy link
Contributor

reiven commented May 2, 2014

I had the same problem running tests, needed to chage

from pybitcointools import *

to

from bitcoin import *

@dionyziz
Copy link

import pybitcointools works for me. Can you show us your python version and pip freeze?

@vbuterin
Copy link
Owner

The module is indeed bitcoin; pybitcointools is the old name, and I moved
it to bitcoin when I realized that "bitcoin" was unclaimed in the pip
repository. I'll probably move the repo to make it clear at some point.

On Sun, Aug 31, 2014 at 4:40 PM, Dionysis Zindros [email protected]
wrote:

import pybitcointools works for me. Can you show us your python version
and pip freeze?


Reply to this email directly or view it on GitHub
#18 (comment)
.

@hoffmabc
Copy link

Is this moved now?

@thebookworm101
Copy link

Maybe this could cause problems with https://github.com/petertodd/python-bitcoinlib , which though uses a different name on pypi, installs locally to bitcoin :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants