Jean-Francois Moulin wrote: > Hi all, > > please find in attach the compile errors I got.... > this is too cryptic for me too see the link to an actual error in my code... > The only modification I made to a compilable code is to use the numpy buffer > notation for locals in a cdef block which I attach in a second file.
Unfortunately this is a bug: http://trac.cython.org/cython_trac/ticket/155 There's a workaround explained there. I can't tell yet when the bug will be fixed. -- Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
