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 vstinner
Recipients paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2017-05-02.10:24:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493720685.73.0.765248763172.issue30132@psf.upfronthosting.co.za>
In-reply-to
Content
I'm unable to run test_distutils on Windows using python_d.exe: I get link error 1101.

LINK : fatal error LNK1101: incorrect MSPDB140.DLL version; recheck installation of this product

I ran manually the following command, but it didn't help:

   "%VS140COMNTOOLS%\..\..\VC"\vcvarsall.bat amd64 

I also tried to modify manually the PATH environment variable to only include the VC amd64 path, but it didn't work neither. I don't know how to fix the error. I don't understand how the configure the C compiler and it's hard to get good documentation on it :-/

So I wrote https://github.com/python/cpython/pull/1380 another attempt to fix the test_distutils warning.
History
Date User Action Args
2017-05-02 10:24:45vstinnersetrecipients: + vstinner, paul.moore, tim.golden, zach.ware, steve.dower
2017-05-02 10:24:45vstinnersetmessageid: <1493720685.73.0.765248763172.issue30132@psf.upfronthosting.co.za>
2017-05-02 10:24:45vstinnerlinkissue30132 messages
2017-05-02 10:24:45vstinnercreate