[issue14708] distutils's checking for MSVC compiler
Martin v. Löwis
report at bugs.python.org
Thu May 3 10:46:04 CEST 2012
Martin v. Löwis <martin at v.loewis.de> added the comment:
DISTUTILS_USE_SDK really means "shut up, I know what I'm doing". So if this is the case (i.e. you *really* know what you are doing), just set MsSdk as well.
I don't actually know whether the latest SDK is able to build correct extensions for Python 2.7 - I haven't looked at the latest SDK. It may be that MS stopped setting MsSdk for a reason.
----------
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14708>
_______________________________________
More information about the Python-bugs-list
mailing list