I've seen the bug about the unrecognized characters on Windows, but I had another, seemingly related issue...
I'm currently using cython v. 0.12.1 on Windows 7, and I can't get it to recognize ANY newlines... Not '\n' Not '\r' Not '\r\n' Files without newlines run fine, but with any type of newline, the unrecognized character error raises... Did I mention this only happens on Windows 7? I tried the exact same thing on XP and it runs without issue... and I am pretty sure I had no trouble on Vista either. This was the command I invoked cython with in both cases: C:\Python26\python.exe "C:\Python26\Scripts\cython-script.py" "<MyFile>.pyx" -o "<MyFile>.c" Any help would be appreciated! I need Windows 7 support for some of the people in my group. Is the problem already fixed in the hg version of cython? Thanks for your help! -David _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
