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

Koen van de Sande report at bugs.python.org
Sun Feb 1 14:38:25 CET 2009


Koen van de Sande <koen at tibed.net> added the comment:

@johan: no it is not a symptom of the same problem. The problem you are 
having is that the executable which is embedding Python does not have a 
manifest. If you add a manifest with a dependency on the VC90 runtimes 
to the main executable, then it should work AFAIK.

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


More information about the Python-bugs-list mailing list