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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, ocean-city
Date 2009-01-07.08:54:49
SpamBayes Score 0.045972556
Marked as misclassified No
Message-id <1231318490.16.0.276161052289.issue4864@psf.upfronthosting.co.za>
In-reply-to
Content
I don't like this catch-all approach. What if no compiler is installed
at all?
I suggest to use a test like
    distutils.msvccompiler.get_build_version() >= 8.0
(this is how msvccompiler imports the msvc9compiler module)
History
Date User Action Args
2009-01-07 08:54:50amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, ocean-city
2009-01-07 08:54:50amaury.forgeotdarcsetmessageid: <1231318490.16.0.276161052289.issue4864@psf.upfronthosting.co.za>
2009-01-07 08:54:49amaury.forgeotdarclinkissue4864 messages
2009-01-07 08:54:49amaury.forgeotdarccreate