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 cmcqueen1975
Recipients Daniel26, cmcqueen1975, ebrehault, hagen, janssen, jwp, keldonin, kermode, tarek
Date 2010-03-19.02:56:11
SpamBayes Score 1.4080769e-05
Marked as misclassified No
Message-id <1268967374.86.0.704069191966.issue2698@psf.upfronthosting.co.za>
In-reply-to
Content
I ran it as follows:

    \python31\python.exe setup.py build --compiler=mingw32 --verbose

and got:

running build
running build_py
running build_ext
building 'cobs._cobsext' extension
error: Unable to find vcvarsall.bat

If I run:

    gcc --version

I get:

gcc (GCC) 3.4.5 (mingw-vista special r3)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Path:
PATH=C:\Program Files\CollabNet\Subversion Server;C:\WINNT\Microsoft.NET\Framewo
rk\v1.1.4322\;C:\WINNT\system32;C:\WINNT;C:\Program Files\Microsoft Visual Studi
o 8\VC\bin;C:\Program Files\Subversion\bin;C:\Program Files\IVI Foundation\IVI\b
in;C:\Program Files\IVI Foundation\VISA\WinNT\Bin\;C:\PROGRA~1\IVIFOU~1\VISA\Win
NT\Bin;C:\Program Files\IVI Foundation\VISA\WinNT\Bin;c:\python26\;C:\Program Fi
les\TortoiseSVN\bin;C:\Program Files\TortoiseHg;c:\MinGW\bin
History
Date User Action Args
2010-03-19 02:56:14cmcqueen1975setrecipients: + cmcqueen1975, janssen, kermode, tarek, hagen, jwp, keldonin, ebrehault, Daniel26
2010-03-19 02:56:14cmcqueen1975setmessageid: <1268967374.86.0.704069191966.issue2698@psf.upfronthosting.co.za>
2010-03-19 02:56:11cmcqueen1975linkissue2698 messages
2010-03-19 02:56:11cmcqueen1975create