1
1
Whilst there's less of an issue with Python 2.7, Python 3.4 relies on the pycrypto library for numerous wrappers/APIs/tools such as BlockTrail, pycoin, pybitcointools, etc etc.
The error I'm getting:
building 'Crypto.Random.OSRNG.winrandom' extension
warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath.
error: Unable to find vcvarsall.bat
It's an issue with the gcc C++ compiler for Windows, I understand, however the binaries offered in that solution, sadly, don't cover Python 3.4 (version for 3.3 won't cut it, unfortunately).
A solution - other than installing pseudo-Posix (ie Ming32) - would be very useful for those transitioning to Python 3.xenter preformatted text here
From your program manager, uninstall...that's good to know! – Wizard Of Ozzie – 2015-05-19T05:06:45.763Lol! Sorry about that. I have a habit of cleaning. So I cannot stand having unwanted files on my system. – Rash – 2015-05-19T14:07:10.967
I was being serious FWIW – Wizard Of Ozzie – 2015-05-19T23:06:50.787