Hi, Whenever I load an extension using the ActiveX Script for Python in a Classic ASP page, I get an error saying the DLL can't be loaded. I have solved this problem thus far by patching the distutils source for my local Python instance and rebuilding the extension (see http://groups.google.com/group/isapi_wsgi-dev/msg/aa11ed3058e73660). Thus far I have suffered no ill effects for doing this, but suspect that what actually needs to happen is that the DLL for the python com server needs to have the MSVCRT part of the manifest instead.
I had a quick look at the setup.py for pywin32 build 216 and found the monkey patching of link that includes the _want_assemply_with_crt flag for perfmondata.dll and PyISAPI_loader.dll. Should that list also include the COM Server DLL? Is there a better way to solve this than rebuilding all my compiled extensions to include the full manifest or am I stuck with rebuilding all the time? Thanks, Chris -- Christopher Lambacher ch...@kateandchris.net _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32