Re: [Cython] vcvarsall.bat error on win32 with mingw when using cython_inline

2012-05-31 Thread Robert Bradshaw
On Thu, May 31, 2012 at 3:09 AM, Dave Hirschfeld wrote: > 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

[Cython] vcvarsall.bat error on win32 with mingw when using cython_inline

2012-05-31 Thread Dave Hirschfeld
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 t