[Pyrex] Undefined symbol _Py_ZeroStruct

Stefan Behnel stefan_ml at behnel.de
Fri Oct 2 10:44:40 CEST 2009


Franck Pommereau wrote:
> Exception ImportError: '/usr/lib/python2.6/lib-dynload/pyexpat.so:
> undefined symbol: _Py_ZeroStruct' in '_hello.JNI_OnLoad' ignored

AFAIR, this symbol is new in Py2.6. Do you have multiple Python versions
installed? Maybe it accidentally loads the wrong libpython?

Stefan



More information about the Pyrex mailing list