This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients dstufft, eric.araujo, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-05-17.17:54:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495043692.59.0.408402212012.issue30389@psf.upfronthosting.co.za>
In-reply-to
Content
Visual Studio 2017 (including VC 14.1) cannot be discovered by the old registry key method. There is a new method that requires instantiating a COM class and querying for all installs, then selecting one.

My pyfindvs library (https://github.com/zooba/pyfindvs) can find a VS 2017 installation, and I propose porting the core C function into Python so that distutils._msvccompiler can use it.

This would be internal and not for public use (except via the normal build_ext API).
History
Date User Action Args
2017-05-17 17:54:52steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, eric.araujo, zach.ware, dstufft
2017-05-17 17:54:52steve.dowersetmessageid: <1495043692.59.0.408402212012.issue30389@psf.upfronthosting.co.za>
2017-05-17 17:54:52steve.dowerlinkissue30389 messages
2017-05-17 17:54:52steve.dowercreate