Post
Topic
Board Development & Technical Discussion
Re: Pywallet 2.2: manage your wallet [Update required]
by
sachalamp
on 09/01/2017, 12:03:10 UTC
Thank you for answering. I ultimately managed to get the initial version install, i have no idea how though. I scratched it and installed Winpython as you said. It installed the twisted and ecsda package, however i'm still getting an error i used to get before installing twisted and ecsda:

http://imgur.com/a/LvJqf

*ecdsa is installed, if i run python -m pip install ecdsa i get the message that "requirement already satisfied. ecdsa in ...."


tried installing crypto package from here: https://cryptography.io/en/latest/installation/

doesn't solve the problem.


tried installing pycrypto 2.6 as detailed here: https://pypi.python.org/pypi/pycrypto

and i'm getting this error:

http://imgur.com/a/SLz9N

tried fixing the chmod error with MinGW https://sourceforge.net/projects/mingw/?source=typ_redirect

also tried fixing this according to this: https://bugs.launchpad.net/pycrypto/+bug/1084871  and this fix: https://github.com/dlitz/pycrypto/commit/68cce56d91a8b96b685d97c937a78b061afbc834


but it's not working


Basically I have no idea what i'm doing.

When i run pywallet.py nothing happens, i can't connect to localhost and i can't run even the simplest of commands like pywallet.py --version

What i need it for is to try recovering a corrupted wallet, so the only lines i'm interested in are --recover and --dumpwallet (i think).

* if i try to run the .bat file it opens cmd and then closes it, localhost can't be accessed by browser.

* tried running everything in d: instead of c: to bypass possible admin limitations, even though i'm logged as admin