|
From: Christoph G. <cg...@uc...> - 2009-11-23 19:56:09
|
Please check if there are python26.dll or "Microsoft.VC90.CRT.manifest" files left in your Python directory. If yes, remove those files. If that does not help, run Dependency Walker on python26.dll (should be in your system folder), enable "Full Paths" view and report the MSVCR90.DLL path. It should be <c:\windows\winsxs\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.4926_none_508ed732bcbc0e5a\MSVCR90.DLL> I assume the missing DWMAPI.DLL and EFSADU.DLL dependencies come from IE7/8 and can be ignored. Christoph |