[Cython] Issues porting to Cython
Robert Bradshaw
robertwb at math.washington.edu
Fri Oct 3 11:26:44 CEST 2008
On Sep 22, 2008, at 8:54 PM, Andrew Collette wrote:
>
>> No, this looks like a bug. http://trac.cython.org/cython_trac/ticket/
>> 73 For now, import your ctypedef types explicitly (functions and
>> classes should cimport fine).
>
> Thanks! Since hdf5.pxd is 1154 lines and is purely external
> definitions, I'm getting around this by just including it in my
> module .pxd files. This seems to work for now.
BTW, this is fixed in cython-devel.
- Robert
More information about the Cython-dev
mailing list