On 27 September 2014 22:12, Antoine Pitrou <solip...@pitrou.net> wrote: > On Fri, 26 Sep 2014 18:01:31 +0000 > Steve Dower <steve.do...@microsoft.com> wrote: >> Hi all, >> >> (This is advance notice since people on this list will be interested. >> Official announcements are coming when setuptools makes their next release.) > > When you mention "setuptools", do you imply it doesn't work with plain > distutils?
I'd expect it to have the same problem the SDK compilers currently do: as far as I am aware, distutils simply doesn't recognise them as available compilers. I personally believe we should treat handling both this and the SDK compilers properly as a platform-enablement bug for distutils and ensure they work properly with the currently maintained branches (including 2.7). David Cournapeau offered (on distutils-sig) to tackle that for at least the SDK compilers (the thread was before Steve's announcement of the more readily available VC9 compiler download). Cheers, Nick. P.S. Note that pip always runs setup.py via setuptools, so updating setuptools also deals with the general "pip install" case of building from source. -- Nick Coghlan | ncogh...@gmail.com | Brisbane, Australia _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com