
Hi all --
there are a couple of small bugs in the bdist_wininst command that need fixing. Thomas Heller is busy with personal stuff, and I am a fumbling babe in the woods when it comes to hacking on Windows C++ code. So we need help! Anyone care to tackle one of these? The bugs I know about are:
* two particular Python version numbers -- "1.5" and "1.6" are hard- coded into the C source file (misc/install.c) for the installer; this list should at least be expanded to include "2.0", and preferably a less yucky solution than hard-coding version numbers can be found
* problems (can't remember the details) when including zero-byte files in the archive
Part of the solution to the latter is probably a warning in sdist.py that squawks if you have any zero-byte files in your manifest -- it's good practice to always include at least a comment or docstring in __init__.py, and I can't think of any other reason to include empty files. It's known to cause problems on Windows, so should probably just be avoided. Seem reasonable?
Thomas (or others), what are the other known problems with bdist_wininst?
Thanks --
Greg

On Mon, 21 Aug 2000 21:32:32 -0400, Greg Ward wrote:
there are a couple of small bugs in the bdist_wininst command that need fixing.
I could do it.
Part of the solution to the latter is probably a warning in sdist.py that squawks if you have any zero-byte files in your manifest -- it's good practice to always include at least a comment or docstring in __init__.py, and I can't think of any other reason to include empty files. It's known to cause problems on Windows, so should probably just be avoided. Seem reasonable?
As long as it's a warning only, I can see nothing bad with it.
Bye, Jürgen

On Mon, 21 Aug 2000 21:32:32 -0400, Greg Ward wrote:
there are a couple of small bugs in the bdist_wininst command that need fixing.
and Juergen Hermann wrote:
I could do it.
Maybe there is no need for this. I'm currently working on a new release of bdist_wininst, which I can hopefully post tomorrow.
I would very much appriciate beta-testers. Juergen?
Thomas

On 24 August 2000, Thomas Heller said:
Maybe there is no need for this. I'm currently working on a new release of bdist_wininst, which I can hopefully post tomorrow.
I would very much appriciate beta-testers. Juergen?
As soon as I check it in, you'll get all the beta-testers you want... *chortle*...
Greg
participants (3)
-
Greg Ward
-
Juergen Hermann
-
Thomas Heller