Craig Citro, 11.03.2010 08:30: > Amusingly, I tried to grab the source files you attached and test this > -- and hit a different bug (a problem in parsing). I don't know why --
Did you run "python setup.py build_ext -i" locally? The compiled Cython parser is not automatically rebuilt on source changes. Try "make clean". Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
