On Oct 24, 2009, at 12:23 PM, Mark Lodato wrote:

> On Sat, Oct 24, 2009 at 1:18 PM, Robert Bradshaw
> <[email protected]> wrote:
>> 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.
>
>
> The problem was that `make clean' does not remove
> Cython/Compiler/Parsing.c, .so, etc, so I was using an old version of
> these.

Ah, that would do it.

> I believe GNU make does not interpret the curly brackets, so
> it is trying to remove "Cython/Compiler/Parsing.{c,so,pyd}", which
> does not exist.

I've pushed http://hg.cython.org/cython-devel/rev/6aa7679a6740

- Robert
_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to