Message293862
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). |
|
Date |
User |
Action |
Args |
2017-05-17 17:54:52 | steve.dower | set | recipients:
+ steve.dower, paul.moore, tim.golden, eric.araujo, zach.ware, dstufft |
2017-05-17 17:54:52 | steve.dower | set | messageid: <1495043692.59.0.408402212012.issue30389@psf.upfronthosting.co.za> |
2017-05-17 17:54:52 | steve.dower | link | issue30389 messages |
2017-05-17 17:54:52 | steve.dower | create | |
|