Christoph Groth wrote:

in Cython/Compiler/Parsing.py I find code that emits "Relative cimport
is not supported yet".

Is this related to the behavior of Pyrex?

There's no such code in Pyrex's Parsing.py, and if I try to
compile this with Pyrex:

   from .bar.stuff cimport thing

I get

   /Users/greg/foo/foo.pyx:1:5: Expected an identifier

--
Greg
_______________________________________________
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel

Reply via email to