Message93440
Could msvc9compiler_stripruntimes.diff still be considered for
inclusion in Python 2.6.3 (high priority?)?
A lot of .pyd's of third-party extensions are getting dependencies on
MSVCR90 added to the .pyd, which makes them not work if the runtimes
are not installed into the WinSxS folder and/or when embedding into
other applications. For example, PIL encountered this problem recently.
In essence, all Windows Python extensions built using setup.py
build_ext encounter this problem.
What the patch does is edit the manifest file to remove only the
dependency on Microsoft.VC90.CRT. |
|
Date |
User |
Action |
Args |
2009-10-02 11:14:43 | koen | set | recipients:
+ koen, loewis, mhammond, christian.heimes, aheider, zhirsch, jdetaeye |
2009-10-02 11:14:43 | koen | set | messageid: <1254482083.53.0.431210223631.issue4120@psf.upfronthosting.co.za> |
2009-10-02 11:14:41 | koen | link | issue4120 messages |
2009-10-02 11:14:40 | koen | create | |
|