On Apr 3, 2009, at 2:28 AM, Stephane DROUARD wrote:
> Hello,
>
> The fix for http://trac.cython.org/cython_trac/ticket/265 does not
> solve the
> issue, we get the same error (stdexcept not included).
>
> Cheers,
> Stephane
Does a
cdef extern from "stdexcept":
pass
resolve the issue?
- Robert