[issue2698] Extension module build fails for MinGW: missing vcvarsall.bat

Christopher Paolini report at bugs.python.org
Tue Apr 13 08:43:15 CEST 2010


Christopher Paolini <stormlifter at gmail.com> added the comment:

There is an issue with Visual Studio 2008 and the latest 2.6.5
It searches using

productdir = Reg.get_value(r"%s\Setup\VC" % vsbase,
                                   "productdir")

I just fresh installed Visual Studios and there is no registry "setup" folder. So you can't find the install directory that way at least not on my machine. Windows 7 64-bit and I installed Microsoft Visual Studio 2008 SP1

----------
nosy: +Christopher.Paolini

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2698>
_______________________________________


More information about the Python-bugs-list mailing list