New submission from Ganesh R.:

Python 2.7.3 Windows MSI installer installs the VC++ 9 dlls directly to WinSxS 
folder. The recommended way to distribute VC++ dlls is to either install the 
VC++ Redistributable as a pre-requisite or just add the dll to local folder.

Directly installing the VC++ dlls to the WinSxS is not a recommended practice 
and can lead to problems.

I am not sure if it even checks if the dll is present in the WinSxS folder. 

The dll shipped with Python is the RTM version. SP1 and later many security 
fixes were released by Microsoft. But python has not upgraded the dll.

Also many machines have VC++ already installed and of higher version. So there 
is a manifest file that redirects all requests to a newer version. So adding an 
older file is futile.

----------
components: Installation
messages: 171820
nosy: freaksterrao
priority: normal
severity: normal
status: open
title: Python 2.7.3 Windows MSI installer installs the VC++ 9 dlls directly to 
WinSxS folder
type: behavior
versions: Python 2.7

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

Reply via email to