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