This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author freaksterrao
Recipients freaksterrao
Date 2012-10-02.18:16:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349201780.49.0.563700308951.issue16111@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-10-02 18:16:20freaksterraosetrecipients: + freaksterrao
2012-10-02 18:16:20freaksterraosetmessageid: <1349201780.49.0.563700308951.issue16111@psf.upfronthosting.co.za>
2012-10-02 18:16:20freaksterraolinkissue16111 messages
2012-10-02 18:16:19freaksterraocreate