[Pyrex] Pyrex fails to find class from cimported module

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Jul 26 06:28:07 UTC 2006


Stefan Behnel wrote:

>    cimport etreepublic as cetree
>    ...
>    cdef class ElementClassLookup(cetree._ElementClassLookup):
>       ...
> 
> The error message (when hitting the 'class' line) is:
> 	'cetree.pxd' not found

Thanks, I'll look into that. It should definitely be
looking for 'etreepublic.pxd'.

--
Greg



More information about the Pyrex mailing list