Bill Janssen <bill.jans...@gmail.com> added the comment: Actually, when using setup.py with MinGW, you just need to say the right thing:
% python setup.py build --compiler=mingw32 install That removes the check for vcvarsall.bat. Bill On Mon, Jan 2, 2012 at 6:19 AM, Piotr Dobrogost <rep...@bugs.python.org> wrote: > > Piotr Dobrogost <p...@python.dobrogost.net> added the comment: > > @Lehmann > > You have to have either Visual Studio 2008 or Visual C++ Express 2008 > installed. The folder where vcvarsall.bat file is being looked for is read > from the registry. It's either > HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\9.0\Setup\VC > (for Visual Studio) or > HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VCExpress\9.0\Setup\VC (for > Visual C++ Express). > > ---------- > nosy: +piotr.dobrogost > > _______________________________________ > Python tracker <rep...@bugs.python.org> > <http://bugs.python.org/issue2698> > _______________________________________ ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue2698> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com