Martin v. Löwis <mar...@v.loewis.de> added the comment:

IIUC, the issue is that people installing a 64-bit Python, and VS Express, and 
then wonder why they can't build extension modules. I'm not so sure that there 
is a bug in Python here - this setup is not supported (and that's really 
Microsoft's fault). Now, automatically finding the SDK would be a new feature, 
IMO: if you want to use SDK tools, you are supposed to set DISTUTILS_USE_SDK, 
after opening the respective build environment. IIUC, installing VS express 
would not have been necessary in this setup at all - just install the SDK.

Alternatively, people can install Visual Studio proper, or use a 32-bit Python.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7511>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to