[Patches] [ python-Patches-669645 ] wininst.exe missing in Windows installer

SourceForge.net noreply@sourceforge.net
Fri, 17 Jan 2003 13:54:07 -0800


Patches item #669645, was opened at 2003-01-17 04:25
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=669645&group_id=5470

>Category: Windows
Group: Python 2.3
>Status: Closed
>Resolution: Fixed
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.



----------------------------------------------------------------------

>Comment By: Tim Peters (tim_one)
Date: 2003-01-17 16:54

Message:
Logged In: YES 
user_id=31435

Thanks!  Done.  There's no need for a patch here, just tell me 
the name of the file, and where you want it installed.

It would be good if *something* in the std test suite checked 
for the existence of necessary files.  I run all the tests from a 
fresh installation before releasing an installer, so the only way 
a file can "turn up missing" in a release is if nothing in the 
test suite cares if it's missing.

PCbuild/python20.wse; new revision: 1.116

----------------------------------------------------------------------

Comment By: Thomas Heller (theller)
Date: 2003-01-17 04:26

Message:
Logged In: YES 
user_id=11105

Upload patch, second try.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=669645&group_id=5470