[Pyrex] [Cython-dev] Test case for Pyrex and Cython

Greg Ewing greg.ewing at canterbury.ac.nz
Mon Nov 26 08:18:46 CET 2007


On Sun, 2007-11-25 at 14:14 -0800, Jim Kleckner wrote:

> I do prefer using fully-qualified names inside the pyx
> files.

You should be able to do that in any case -- the rules for
naming modules in a cimport statement are supposed to be
the same as for an import statement in Python.

Are you saying that using full module names doesn't work
for some reason in Pyrex/Cython/both? I'm getting a bit
confused as to which system is being talked about.

--
Greg



More information about the Pyrex mailing list