diff --git a/README b/README index 429a38a..d478a42 100644 --- a/README +++ b/README @@ -1,3 +1,5 @@ +Requirements: Python 2.x, with bsddb and twisted packages + Usage: pywallet.py [options] Options: diff --git a/pywallet.py b/pywallet.py index 0bc50ae..1505524 100755 --- a/pywallet.py +++ b/pywallet.py @@ -25,6 +25,7 @@ from twisted.web.static import File from twisted.python import log from datetime import datetime +from subprocess import * max_version = 32500 addrtype = 0 @@ -863,7 +864,7 @@ def keyinfo(sec, keyishex): class WIRoot(resource.Resource): def render_GET(self, request): - header = '