Re: [Cython] Cython fails to build if pgen is available

2015-08-18 Thread Robert Bradshaw
On Tue, Aug 18, 2015 at 3:02 PM, Dominic Sacré wrote: > Hi, > > I'm getting the following error trying to build Cython 0.23: > > Cython/Parser/Grammar: No such file or directory > Traceback (most recent call last): > File "setup.py", line 289, in > compile_cython_modules(cython_profile, cyt

[Cython] Cython fails to build if pgen is available

2015-08-18 Thread Dominic Sacré
Hi, I'm getting the following error trying to build Cython 0.23: Cython/Parser/Grammar: No such file or directory Traceback (most recent call last): File "setup.py", line 289, in compile_cython_modules(cython_profile, cython_compile_more, cython_with_refnanny) File "setup.py", line 135,