[Patches] [ python-Patches-669645 ] wininst.exe missing in Windows installer
SourceForge.net
noreply@sourceforge.net
Fri, 17 Jan 2003 01:25:34 -0800
Patches item #669645, was opened at 2003-01-17 10:25
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=669645&group_id=5470
Category: None
Group: Python 2.3
Status: Open
Resolution: None
Priority: 7
Submitted By: Thomas Heller (theller)
Assigned to: Tim Peters (tim_one)
Summary: wininst.exe missing in Windows installer
Initial Comment:
The wininst.exe file is missing in the Windows binary
distribution. This file must be in the
Lib/distutils/command directory, and is needed by the
bdist_wininst command. Previously (Python 2.2) the
bytes of this file were literally contained as a base64
encoded string in the module itself.
I attached a patch for the WISE script which should
work, but it is untested. You should probably also delete
all but the last chunk from the patch, these seem to be
specific for my machine, and the WISE version I have.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=669645&group_id=5470