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 cgohlke
Recipients cgohlke, jkloth, methane, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-10-07.00:01:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507334467.27.0.213398074469.issue31340@psf.upfronthosting.co.za>
In-reply-to
Content
I build most of my binaries after calling the correct vcvarsall.bat so I did not notice until today, when I was trying to build outside that environment. 

Also, I misread your comment (https://bugs.python.org/issue31340#msg301538) earlier and did not worry at that time.

I guess this might become a bigger issue once Appveyor switches to Python 3.6.3. Projects using Anaconda's prebuilt static libraries for v140 will fail to link.

How about giving priority to VS 2015, i.e. "If you have VS 2015 then it will use that"?
History
Date User Action Args
2017-10-07 00:01:07cgohlkesetrecipients: + cgohlke, paul.moore, tim.golden, jkloth, methane, zach.ware, steve.dower
2017-10-07 00:01:07cgohlkesetmessageid: <1507334467.27.0.213398074469.issue31340@psf.upfronthosting.co.za>
2017-10-07 00:01:07cgohlkelinkissue31340 messages
2017-10-07 00:01:06cgohlkecreate