Closed majje closed 9 years ago
What commit are you building from? This recent commit seems like it might fix the error you are experiencing: https://github.com/etotheipi/BitcoinArmory/commit/df6dfa419fa8f98f5f3d8c2da42b0273265706d5.
Sorry, missed to add that: commit a9e0f25d511574ec22b386be85b102add96a6476 (HEAD, tag: v0.93.1)
The current master branch does not support python3. However, we have the python3 branch, which is aimed at adding python3 support.
The python3 branch is entirely experimental, but if you'd like to give it a shot, it's here:
Yes, that seems to solve it. Thanx. I just tried to build the latest tag available, and didn't do much investigation. PYVER=python just appeared too generic to me. Case closed, then :D
cppForSwig doesn't compile in python3 as PyString_FromStringAndSize doens't exist
PYVER=python2 make
works better