Hi cython devs, I got the "unable to find vcvarsall.bat" error when using cython_inline when trying to compile with mingw. Using cython normally (creating a setup.py file) worked fine however.
I was able to fix the problem for me by changing inline.py to parse the config files before building the extension. I've created a pull request with my changes: https://github.com/cython/cython/pull/129 Apologies if I haven't used the appropriate workflow - I'm fairly new to git and this is my first pull request! HTH, Dave _______________________________________________ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel