[Pyrex] Bug report: unknown symbol "PyErr_WarnEx"

Greg Ewing greg.ewing at canterbury.ac.nz
Sun Feb 25 22:04:19 UTC 2007


Michael Olson wrote:

> The resulting binary from one of democracyplayer's helper programs
> (source attached) was yielding an "Unknown symbol: PyErr_WarnEx" error
> at runtime, which prevented it from working correctly.  Note that the
> PyErr_Warn function (which is now a compiler macro in terms of
> PyErr_WarnEx) is deprecated in python2.5, in favor of PyErr_WarnEx.

I don't see how this can be Pyrex's fault -- if PyErr_WarnEx
isn't being found, then changing Pyrex to use PyErr_WarnEx
instead of PyErr_Warn isn't going to help.

Sounds more like a problem with mismatched library versions.
What platform etc. is involved?

--
Greg



More information about the Pyrex mailing list