[issue22497] msiexec not creating msvcr90.dll with python -2.7.6.msi

Steve Dower report at bugs.python.org
Thu Sep 25 21:08:52 CEST 2014


Steve Dower added the comment:

When you install for all users, the msvcr90.dll is also installed for all users and should appear in your System32/SysWOW64 directory.

What sort of problems are you facing? Compiled DLLs/pyds that are loaded into a running Python process should reuse the already loaded DLL (and Python won't have started if it couldn't resolve the CRT DLL).

----------

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


More information about the Python-bugs-list mailing list