Despite fixing the compile errors I mentioned before, I am still not having success using the Cython API (previous issue: #18)
Since I successfully compiled a .so module, I tried to run the cython_example.py script. This results in a simple but completely uninformative error message:
Segmentation fault (core dumped)
It seems that this error occurs while importing the module (and not when making calls to it after a successful import). As of now, I have no idea what is causing this error or how to fix it. Any input on that would be appreciated.
Thanks
Edit: For more information, I am trying to use the Cython API on Linux (Ubuntu)
Despite fixing the compile errors I mentioned before, I am still not having success using the Cython API (previous issue: #18)
Since I successfully compiled a
.somodule, I tried to run thecython_example.pyscript. This results in a simple but completely uninformative error message:Segmentation fault (core dumped)It seems that this error occurs while importing the module (and not when making calls to it after a successful import). As of now, I have no idea what is causing this error or how to fix it. Any input on that would be appreciated.
Thanks
Edit: For more information, I am trying to use the Cython API on Linux (Ubuntu)