Post
Topic
Board Games and rounds
Re: Ok, here's a 1BTC puzzle.
by
jajorda23
on 26/06/2019, 20:09:51 UTC
Thanks for the python script...
However I cannot do the imports somehow,..?
I get :
----------------
Traceback (most recent call last):
  File "C:\Python\GPuzzelky.py", line 2, in
    from bitcointools import *
ModuleNotFoundError: No module named 'bitcointools'

----------------

Any help is appreciated?

(i tried this : TheCombOfWatashiKokotoHas21Teeth    and variations... no luck so far :-))

pip install bitcointools

*OR*

python2.7 pip install bitcointools

You MUST have pip installed FYI