]> granicus.if.org Git - python/commit
When loading the Python dll to run the postinstall script, try to load
authorThomas Heller <theller@ctypes.org>
Fri, 18 Jun 2004 17:03:38 +0000 (17:03 +0000)
committerThomas Heller <theller@ctypes.org>
Fri, 18 Jun 2004 17:03:38 +0000 (17:03 +0000)
commit48340390ac23a66cc2251a12d8690207726b85be
tree5d3d2bfd4cb9242784fedc770396a4f218730293
parenta42bc21ef8017f1ea6d6fc1ce3db8333ee70a267
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

Already backported.
PC/bdist_wininst/install.c