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.
Created on 2012年10月02日 18:16 by freaksterrao, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg171820 - (view) | Author: Ganesh R. (freaksterrao) | Date: 2012年10月02日 18:16 | |
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. |
|||
| msg194081 - (view) | Author: Martin v. Löwis (loewis) * (Python committer) | Date: 2013年08月01日 15:42 | |
This is not true. Installing the modules into the SxS folder using the Merge Module (msm) is also a recommended way of installing the DLLs. I fail to see a problem in this report. |
|||
| msg236221 - (view) | Author: Mark Lawrence (BreamoreBoy) * | Date: 2015年02月19日 16:03 | |
Given the comments in msg194081 can we close this as "not a bug"? |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:36 | admin | set | github: 60315 |
| 2015年02月19日 16:12:50 | loewis | set | status: open -> closed resolution: not a bug |
| 2015年02月19日 16:03:43 | BreamoreBoy | set | nosy:
+ tim.golden, BreamoreBoy, zach.ware, steve.dower messages: + msg236221 components: + Windows |
| 2013年08月01日 15:42:50 | loewis | set | nosy:
+ loewis messages: + msg194081 |
| 2012年10月02日 18:16:20 | freaksterrao | create | |