[Zope] Building Zope

Dieter Maurer dieter at handshake.de
Wed Oct 20 14:28:56 EDT 2004


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


More information about the Zope mailing list