From: Thomas Heller Date: Thu, 15 Apr 2004 17:51:59 +0000 (+0000) Subject: Recompiled the binary wininst.exe after this change: X-Git-Tag: v2.3.4c1~63 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f5feaa8f8bda8e59b323d593b837e10bb7f9fdc2;p=thirdparty%2FPython%2Fcpython.git Recompiled the binary wininst.exe after this change: When loading the Python dll to run the postinstall script, try to load it from the install directory (as reported by the registry) in case it is not found on the default Loadlibrary search path. Fixes SF 935091: bdist_winist post-install script fails on non-admin Python Will port to the trunk later. --- diff --git a/Lib/distutils/command/wininst.exe b/Lib/distutils/command/wininst.exe index 6290a9361e36..e31bc67002a2 100755 Binary files a/Lib/distutils/command/wininst.exe and b/Lib/distutils/command/wininst.exe differ