Re: Undefined symbol _Py_ZeroStruct
Stefan Behnel <[email protected]> Fri, 02 Oct 2009 10:44:40 +0200
| Newsgroups | gmane.comp.python.pyrex |
|---|---|
| Message-ID | <[email protected]> |
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