-
Notifications
You must be signed in to change notification settings - Fork 56
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
wallet.py #6
Comments
Sounds like your Python 3 doesn't include the sqlite3 module. You need this module. The way you build python 3 with sqlite3 probably depends upon what OS you're using. Ask Google. |
ok ,thanks for ur fantastic anwser .I have sloved the problem before.but now I have other problems on "wallet.py create -o "output file" payable" . Does the output file record the transactions? |
The |
ok,I got them.Thanks for ur help |
hi richardkiss,
I found it's really hard to use the wallet.py.
when I run the wallet.py ,I use command "python wallet.py -p ./".
there is an error about no sqlite3 module?
should I install the db named sqlite3.
The text was updated successfully, but these errors were encountered: