STINNER Victor added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30132>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to