[issue6262] VS 2008 binaries

Martin v. Löwis report at bugs.python.org
Thu Jun 11 22:58:24 CEST 2009


Martin v. Löwis <martin at v.loewis.de> added the comment:

> Would it be possible to obtain MSVC++2008(9.0) binaries of Python 2.5.4?

It's certainly possible to obtain them, if you create them yourself.
There won't be any further 2.5 binaries at all (regardless of compiler
version) from python.org

As for the distutils question: distutils has hard-coded knowledge what
compiler should have been used to compile Python, and prints that
message irrespective of what compiler was actually used. You'll have to
port distutils to VS 2008 yourself.

----------
nosy: +loewis
resolution:  -> wont fix
status: open -> closed

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


More information about the Python-bugs-list mailing list