[Zope-Coders] silly windows request

Chris McDonough chrism@zope.com
09 Oct 2002 15:52:58 -0400


On Wed, 2002-10-09 at 15:22, Guido van Rossum wrote:
> Hm, I think I withdraw the offer.  It seems too messy.  And there's an
> easy workaround in the comment (simply don't run the configure.bat
> file :-).

I'm with you.  ;-)

> install-base
> root
> install-lib

I'm not sure.  The docs for distutils validate my use of "--prefix=" on
Windows and the docs make no distinction between Win98 and WinNT/2k. 
Under the circumstances, my best guess would be to change line 77 of the
Makefile to:

	"$(PYTHON)" inst\setup.py install --install-base="$(TARGET_DIR)"
--install-purelib="lib\python" --install-platlib="lib\python"
--install-data="lib\python" $(OPT_FLAGS)

If you get the chance, do you think you can try this and rerun "nmake
install"?  I'll see if it works under NT...

- C