[Cython] Bootstrapping broken in master

Stefan Behnel stefan_ml at behnel.de
Sat Sep 5 11:26:13 CEST 2015


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 attribute 'CCodeConfig'

Did you try a clean checkout? I.e. delete all .so files in the tree and
rebuild? This looks like there's a stale "Code.so" in Cython/Compiler/.

Stefan



More information about the cython-devel mailing list