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 loewis
Recipients bellenot, loewis, tim.golden
Date 2009-06-11.20:58:23
SpamBayes Score 9.914693e-05
Marked as misclassified No
Message-id <1244753904.81.0.515478696274.issue6262@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2009-06-11 20:58:24loewissetrecipients: + loewis, tim.golden, bellenot
2009-06-11 20:58:24loewissetmessageid: <1244753904.81.0.515478696274.issue6262@psf.upfronthosting.co.za>
2009-06-11 20:58:23loewislinkissue6262 messages
2009-06-11 20:58:23loewiscreate