Post
Topic
Board Development & Technical Discussion
Re: Pywallet: manage your wallets/addresses/keys/tx's
by
fightalpha
on 03/01/2018, 12:54:47 UTC
I tried to install it on a Windows XP x86 ( last time I was on a Windows 7 x64 ) and it is giving this error:
'twisted' package is not installed, pywallet web interface can't be launched

I also tried to install it manually ( the 'twisted' package ), but it is giving the same error.


For anyone who is getting the above error when trying to run with the "--web" option, what I found out is that the problem wasn't that twisted was missing, but rather one of the modules that was being imported was tossing this error:

> AttributeError: 'module' object has no attribute 'OP_NO_TLSv1_1

Google-fu brought up this page: https://stackoverflow.com/questions/42731760/attributeerror-module-object-has-no-attribute-op-no-tlsv1-1#43220861

Re-installing twisted and specifying a specific version fixed it for me: sudo pip install twisted==13.1.0