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 _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
