> On Sat, Oct 24, 2009 at 12:28 PM, Mark Lodato <[email protected]> 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 >> >> >> 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)
It is strange that this wasn't discovered during my test runs etc... anyway, this is just an issue of renaming variables, and in ModuleNode there's an attribute option_comments that should be renamed directive_comments. (I'm on the run so no commit from me, sorry.) Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
