[Cython] Context.extract_module_name() not being used in Context.compile() at Main.py
Greg Ewing
greg.ewing at canterbury.ac.nz
Fri Jun 6 06:09:39 CEST 2008
Lisandro Dalcin wrote:
> Without this patch, Cython just does not work (at Cython compilation
> time) for me, not easy to figure out why, but I guess *.pxd's are not
> being found.
You may need to put __init__.py or __init__.pyx files in
your source directories so that they will be recognised
as packages.
--
Greg
More information about the Cython-dev
mailing list