20 Oct
2004
20 Oct
'04
6:28 p.m.
John Poltorak wrote at 2004-10-20 13:03 +0100:
... running build_scripts "G:\USR\BIN\PYTHON.EXE" "G:/ux2bs/workdir/Zope-2.7.2-0/setup.py" install \ --prefix="/usr/local/Zope" --build-base="G:/ux2bs/workdir/Zope-2.7.2-0/build-base/python-2.3" --build-lib="G:/ux2bs/workdir/Zope-2.7.2-0/build-base/python-2.3/build-lib" --build-scripts="G:/ux2bs/workdir/Zope-2.7.2-0/build-base/python-2.3/build-scripts" --build-temp="G:/ux2bs/workdir/Zope-2.7.2-0/build-base/python-2.3/build-temp" invalid command name '' make: *** [install] Error 1
Looks like "setup.py" is seeing "" instead of "install" as command. I cannot tell you why -- maybe some weird feature of you shell? Try to call the command directly from the shell. -- Dieter