[issue25223] Statically or dynamically linked to the VC++runtime ? or how Python install fails on Vista despite the VC redist packages - api-ms-win-crt-runtime-l1-1-0.dll

acx01bc report at bugs.python.org
Thu Sep 24 02:22:33 CEST 2015


acx01bc added the comment:

With dependency walker I see that :
- in 3.4.3, Python34.exe and also Python.34.dll have been dynamically linked with msvcr100.dll (platform target : v100 in Visual C++ project properties), 
- while  in 3.5.0 (the one you download on python.org main page) Python35.exe and Python35.dll have been dynamically linked with msvcr140.dll and many other dlls (platform v140).

----------
Added file: http://bugs.python.org/file40558/python_dll_problem.jpg

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25223>
_______________________________________


More information about the Python-bugs-list mailing list