[issue4120] Do not embed manifest files in *.pyd when compiling with MSVC

Christoph Gohlke report at bugs.python.org
Fri Oct 2 23:37:40 CEST 2009


Christoph Gohlke <cgohlke at uci.edu> added the comment:

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.

----------
nosy: +cgohlke
Added file: http://bugs.python.org/file15026/msvc9compiler_stripruntimes_revised.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4120>
_______________________________________


More information about the Python-bugs-list mailing list