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 cgohlke
Recipients aheider, cgohlke, christian.heimes, jdetaeye, koen, loewis, mhammond, zhirsch
Date 2009-10-02.21:37:38
SpamBayes Score 9.396841e-05
Marked as misclassified No
Message-id <1254519460.84.0.837135424443.issue4120@psf.upfronthosting.co.za>
In-reply-to
Content
There are two easy to fix issues with the
msvc9compiler_stripruntimes.diff patch: 1) the dependency for 64-bit
VC90.CRT is not removed and 2) the VC90.CRT dependency is removed also
from executables, which will fail to run. A revised patch is attached.
This is used to build the Matplotlib binaries for Windows and also works
for numpy, pygame and PIL.
History
Date User Action Args
2009-10-02 21:37:41cgohlkesetrecipients: + cgohlke, loewis, mhammond, christian.heimes, koen, aheider, zhirsch, jdetaeye
2009-10-02 21:37:40cgohlkesetmessageid: <1254519460.84.0.837135424443.issue4120@psf.upfronthosting.co.za>
2009-10-02 21:37:39cgohlkelinkissue4120 messages
2009-10-02 21:37:39cgohlkecreate