]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
When loading the Python dll to run the postinstall script, try to load
authorThomas Heller <theller@ctypes.org>
Thu, 15 Apr 2004 17:50:42 +0000 (17:50 +0000)
committerThomas Heller <theller@ctypes.org>
Thu, 15 Apr 2004 17:50:42 +0000 (17:50 +0000)
commita98ec8444538190bbce577437cc3565cc4182736
tree064b9acabbd8492d1b47665376a0501a6f786b9b
parente117bde10b1ecdf8e25945c7e692f4c22601ab7b
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.
PC/bdist_wininst/install.c