Paul Sijben wrote:
> I am running into the (apparently) well-known issue with pyrex that
> trying to raise an exception using python2.5 and pyrex will lead to a
> TypeError, as "TypeError: exceptions must be strings, classes, or
> instances, not exceptions.ImportError"

You should use a recent Pyrex version. But using Cython is a better idea anyway.

Stefan
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to