You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/home/kali/walletool/wt_extract_keys.py", line 31, in
main()
File "/home/kali/walletool/wt_extract_keys.py", line 19, in main
w_data = read_wallet_dat(args.filename)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/walletool/walletool/wallet_files.py", line 7, in read_wallet_dat
from bsddb3 import db
ModuleNotFoundError: No module named 'bsddb3'
please give solution
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "/home/kali/walletool/wt_extract_keys.py", line 31, in
main()
File "/home/kali/walletool/wt_extract_keys.py", line 19, in main
w_data = read_wallet_dat(args.filename)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/walletool/walletool/wallet_files.py", line 7, in read_wallet_dat
from bsddb3 import db
ModuleNotFoundError: No module named 'bsddb3'
please give solution
The text was updated successfully, but these errors were encountered: