This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author janssen
Recipients Christopher.Paolini, Daniel26, benjamin.peterson, cmcqueen1975, dederocks, ebrehault, hagen, janssen, jwp, keldonin, kermode, piotr.dobrogost, tarek
Date 2012-01-02.20:25:37
SpamBayes Score 0.0005085507
Marked as misclassified No
Message-id <CAHkzgdidn0h-TAuozkqVFhX1Ptrviex5NiE8+KRbSj8gwqjeHw@mail.gmail.com>
In-reply-to <1325506793.5.0.592977725239.issue2698@psf.upfronthosting.co.za>
Content
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 <report@bugs.python.org> wrote:
>
> Piotr Dobrogost <pd@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 <report@bugs.python.org>
> <http://bugs.python.org/issue2698>
> _______________________________________
History
Date User Action Args
2012-01-02 20:25:38janssensetrecipients: + janssen, kermode, benjamin.peterson, tarek, hagen, jwp, keldonin, cmcqueen1975, ebrehault, Daniel26, Christopher.Paolini, dederocks, piotr.dobrogost
2012-01-02 20:25:37janssenlinkissue2698 messages
2012-01-02 20:25:37janssencreate