James Reynolds, 27.03.2010 20:07: > c:\Python31\hello.pyx:1:23: Unrecognized character
Interesting that people keep running into this now and no-one seemed to find this earlier... Anyway, the quick fix is to convert your source file to Unix line endings. > c:\Python31\Lib\cython\Cython\Plex\Scanners.c(384) : warning C4244: >> 'function' : > > conversion from 'Py_ssize_t' to 'long', possible loss of data > [...] Might be a new bug, I haven't seen this before. It's in the GetItemInt utility code. > Scanners.obj : warning LNK4197: export 'PyInit_Scanners' specified multiple >> times; using first specification Also interesting. No idea where this could come from. Maybe an MSVC specialty? > error: command 'mt.exe' failed: No such file or directory No idea what "mt.exe" might be. Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
