[issue23246] distutils fails to locate vcvarsall with Visual C++ Compiler for Python

Steve Dower report at bugs.python.org
Mon Mar 9 16:14:24 CET 2015


Steve Dower added the comment:

Python does not support being built with MinGW, but we have "support" to build extensions with MinGW. It isn't great support, and we're open to patches/contributions (none of our core Windows devs use MinGW AFAIK).

And yes, VC is different from MinGW because MinGW is trying to copy a different operating system. Where possible, Python generally tries to follow the conventions of the underlying operating system, which is why we build with VC and not gcc on Windows.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23246>
_______________________________________


More information about the Python-bugs-list mailing list