On Oct 24, 2009, at 9:28 AM, Mark Lodato wrote: > 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
Hmm... I'm unable to reproduce this. I just made a fresh clone and python setup.py build_ext --inplace worked just fine. I wonder if its conflicting with an older version of Cython it's finding somewhere. > 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? Perhaps you can remove the old Cython from your library and reinstall from scratch? I'm not sure, but I'd like to get to the bottom of this. Does anyone else see anything similar? - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
