Martin v. Löwis <mar...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue6262> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com