jackjack-jj / pywallet

bitcoin wallet importer/exporter
497 stars 347 forks source link

-balance not works with Python 3.10.0 #40

Open AngelTs opened 2 years ago

AngelTs commented 2 years ago

python pywallet.py --balance="aaa" AttributeError: module 'urllib' has no attribute 'urlopen'.

Is there a way to install urllib for Python 2.7 in Python3.10?