S4
S4 copied to clipboard
Python 3 extension segmentation fault
After installing the module using 'python3 setup.py build', attempts to import the module cause the python3 interpreter to crash with a segmentation fault. The python2 module works fine.
This seems related to #35 . Use python 3.x, x<=3 and it should maybe work.