[Pyrex] TypeError from Exception

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Dec 18 00:26:58 CET 2008


Mark Ellis wrote:

> A few users have reported tracebacks ending with the following.
> 
> TypeError: exceptions must be strings, classes, or instances, not
> RAPIError

Looks like the result of not using a new enough version
of Pyrex. Version 0.9.6 or later is needed with Python
versions that have new-style exception classes.

-- 
Greg



More information about the Pyrex mailing list