[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-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 users install Python for all users by default.  
This causes problems later when trying to install software that combines any 
sort of C or Fortran code.

--
components: Windows
messages: 227550
nosy: dykesk
priority: normal
severity: normal
status: open
title: msiexec not creating msvcr90.dll with python -2.7.6.msi
versions: Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22497
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2014-09-25 Thread Ned Deily

Changes by Ned Deily n...@acm.org:


--
nosy: +steve.dower, zach.ware

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22497
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 loaded DLL (and Python won't 
have started if it couldn't resolve the CRT DLL).

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue22497
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com