Stefan Behnel wrote:
> 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. 

I have :-( the most recent from their site


>But using Cython is a better idea anyway.
> 

I will look into that. Thanks,

Paul

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

Reply via email to