2 Jul 2008 06:49
Re: [Cython] .pxd's that depend on other .pxd's
Did this work in a former version of Cython? This may be an issue with the way the __init__ stuff was merge in. A short-term workaround would be to just use relative imports (i.e. "from translatable cimport Translatable" for now. - Robert On Jun 30, 2008, at 8:12 AM, Peter Todd wrote: > Using the attached tarball I get this error message with Cython 0.9.8: > > > pete <at> tilt:~/t/bug$ cython Tuke/id.pyx > > Error converting Pyrex file to C: > ------------------------------------------------------------ > ... > from Tuke.translatable cimport Translatable > ^ > ------------------------------------------------------------ > > /home/pete/t/bug/Tuke/id.pyx:1:0: 'Tuke.translatable.pxd' not found > > Error converting Pyrex file to C: > ------------------------------------------------------------ > ... > from Tuke.translatable cimport Translatable > ^ > ------------------------------------------------------------ >(Continue reading)
RSS Feed