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 paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-06-16.22:03:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497650629.64.0.20299274819.issue30687@psf.upfronthosting.co.za>
In-reply-to
Content
Due to how installation of Visual Studio 2017 has changed, it's very possible to end up with a valid install of the build tools without vcvarsall.bat being valid.

We only require MSBuild.exe to build, so we should find that tool and invoke it, rather than trying to configure the entire environment.
History
Date User Action Args
2017-06-16 22:03:49steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware
2017-06-16 22:03:49steve.dowersetmessageid: <1497650629.64.0.20299274819.issue30687@psf.upfronthosting.co.za>
2017-06-16 22:03:49steve.dowerlinkissue30687 messages
2017-06-16 22:03:49steve.dowercreate