Re: [Cython] Bootstrapping broken in master

2015-09-05 Thread Stefan Behnel
Jeroen Demeyer schrieb am 05.09.2015 um 11:01: > Checking out Cython from master (the 0.23.x branch works fine) and running > "python setup.py install" gives me > > Unable to find pgen, not compiling formal grammar. > Compiling module Cython.Compiler.Scanning ... > > ERROR: 'module' object has no

[Cython] Bootstrapping broken in master

2015-09-05 Thread Jeroen Demeyer
Checking out Cython from master (the 0.23.x branch works fine) and running "python setup.py install" gives me Unable to find pgen, not compiling formal grammar. Compiling module Cython.Compiler.Scanning ... ERROR: 'module' object has no attribute 'CCodeConfig' Extension module compilation fail