Need help with bdist_wininst, was Re: [Python-Dev] RE: [Numpy-discussion] Python 2.2

Thomas Heller thomas.heller@ion-tof.com
Tue, 18 Dec 2001 22:25:06 +0100


I've just fixed the bdist_wininst command in CVS.
There is not much time left before the release of Python 2.2 (how much exactly?).

To make sure that the current version works correctly, I would
kindly request some testers to build windows installers from some
of their package distributions, and check them to make sure they work
correctly.

The full story is in bug [#483982]: Python 2.2b2 bdist_wininst crashes:
http://sourceforge.net/tracker/index.php?func=detail&aid=483982&group_id=5470&atid=105470

To test the new version, you only have to replace the file
Lib/distutils/command/bdist_wininst.py in your Python 2.2 distribution
with the new one from CVS (rev 1.27):

http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/python/python/dist/src/Lib/distutils/command/bdist_wininst.py

Thanks,

Thomas