On 18 December 2010 17:38, Vineet Jain <[email protected]> wrote: > Fails to compile when I add > > pyrex_gdb=True > > to my setup.py file. > > > def test(param): > def test2(): > x = param.x > > rror compiling Cython file: > ------------------------------------------------------------ > ... > def test(param): > def test2(): > ^ > ------------------------------------------------------------ > > container.pyx:2:4: Compiler crash in DebugTransform > > > _______________________________________________ > Cython-dev mailing list > [email protected] > http://codespeak.net/mailman/listinfo/cython-dev > > Dear Vineet,
Could you paste the line in the setup script and tell us the python version you're using? Also, it that all the output Cython gave? If there's more, paste everything. Kind regards, Mark
_______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
