Dear Sir,
I would like to inform you that i have try to run your script (bitwalletrecover.py) for recovering my old or encrypted wallet.dat (Bitcoin); but it is not run following error massage found:
Traceback (most recent call last):
File "bitwalletrecover.py", line 23, in
from pycoin.ecdsa import generator_secp256k1, public_pair_for_secret_exponent
ImportError: cannot import name 'generator_secp256k1' from 'pycoin.ecdsa' (C:\Python37\lib\site-packages\pycoin-0.0.0-py3.7.egg\pycoin\ecdsa_init_.py)
Could you please advice how it is solve..
Thanks & Regards,
Md. Ashraful Alam
Have you installed
pycoin library, if you haven't, you should do it with one of these command
pip install pycoin
pip3 install pycoin
Have you installed Python 2.7 or Python 3?

I suspect that most of these older scripts that you're trying to run will NOT work with Python
3... so make sure you have downloaded and installed Python
2.7 from here:
https://www.python.org/downloads/release/python-2717/Without a doubt OP's script uses Python 3 since it uses
print("") rather than
print ""