Amaury Forgeot d'Arc <[email protected]> added the comment: 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)
---------- nosy: +amaury.forgeotdarc _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue4864> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
