[issue7833] Bdist_wininst installers fail to load extensions built with Issue4120 patch

Christoph Gohlke report at bugs.python.org
Sun Feb 27 06:00:42 CET 2011


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

The proposed patch was meant to be backwards compatible. Unconditionally removing the whole assembly/manifest from extensions could break extensions that have additional dependencies, such as MFC or Common Controls. PyQt4 extensions for example depend on Common Controls. 

Btw, there is a discussion at <http://psycopg.lighthouseapp.com/projects/62710/tickets/20> and <http://groups.google.com/group/modwsgi/browse_thread/thread/137f88ac6927df59> about the need to put the msvcr90 manifest back into the psycopg.pyd file in order to work properly under Apache's mod_wsgi, which is linked against msvcrt.

----------

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


More information about the Python-bugs-list mailing list