I just updated to the latest cython-devel and now `make' fails with: python setup.py build_ext --inplace Compiling module Cython.Compiler.Parsing ... ERROR: 'ModuleNode' object has no attribute 'directive_comments' Extension module compilation failed, using plain Python implementation running build_ext
It appears that this was caused by: http://hg.cython.org/cython-devel/rev/014a3ca7e197e9314f6ee60dcf9dc42aefac0b11 naming references changed from 'option' to 'directive' Thu Oct 15 03:47:42 2009 -0400 (9 days ago) Is this a known problem? Any ideas on how I can use Cython in the meantime? Thanks, Mark _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
