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 _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
