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

2020-03-20 Thread Steve Dower
Change by Steve Dower : -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-

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

2014-09-25 Thread Steve Dower
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

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

2014-09-25 Thread Ned Deily
Changes by Ned Deily : -- nosy: +steve.dower, zach.ware ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

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

2014-09-25 Thread Katherine Dykes
New submission from Katherine Dykes: This is a new issue meant to resurrect Issue 5459. When Python 2.7.x (and 2.6.x before that) are installed for all users, then 'msvcr90.dll' is not created in the installation directory. It does if you install for a single user. However, many Windows use