[issue9558] build_ext fails on VS8.0

Éric Araujo report at bugs.python.org
Wed Aug 11 06:52:24 CEST 2010


Éric Araujo <merwok at netwok.org> added the comment:

Digging into the history of build_ext, I see that you committed a fix for VC 6 two years ago, so I think you’re more knowledgeable than me. I’m adding a Windows expert for confirmation.

Going back to 2007 finds the origin of the line you’re editing:
“[svn r59290] Applied my patch #1455 with some extra fixes for VS 2005
The new msvc9compiler module supports VS 2005 and VS 2008.” The bug log specifies that VS 2008 is tested and works, so I’m not sure your bug is distutils’s fault. Could it be that win32release does not exist in recent releases? (I don’t actually know if VS has multiple releases for one version.)

Does test_build_ext pass?

----------
nosy: +loewis

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


More information about the Python-bugs-list mailing list