'nt_svcutils' does not exist
Trying to build Zope 2.7.2 on Solaris 9, I get the following results: bash-2.05$ ./configure Configuring Zope installation Testing for an acceptable Python interpreter... Python version 2.3.3 found at /usr/local/bin/python The optimum Python version (2.3.3) was found at /usr/local/bin/python. - Zope top-level binary directory will be /opt/Zope-2.7. - Makefile written. Next, run make. bash-2.05$ make "/usr/local/bin/python" "/opt/zope/Zope-2.7.2-0/setup.py" \ build --build-base="/opt/zope/Zope-2.7.2-0/build-base/python-2.3" --build-lib="/opt/zope/Zope-2.7.2-0/build-base/python-2.3/build-lib" --build-scripts="/opt/zope/Zope-2.7.2-0/build-base/python-2.3/build-scripts" --build-temp="/opt/zope/Zope-2.7.2-0/build-base/python-2.3/build-temp" running build running build_py error: package directory 'nt_svcutils' does not exist make: *** [build] Error 1 Where can I download package directory nt_svcutils? Thanks, Doug McIntyre
Doug McIntyre wrote:
--build-base="/opt/zope/Zope-2.7.2-0/build-base/python-2.3" --build-lib="/opt/zope/Zope-2.7.2-0/build-base/python-2.3/build-lib" --build-scripts="/opt/zope/Zope-2.7.2-0/build-base/python-2.3/build-scripts" --build-temp="/opt/zope/Zope-2.7.2-0/build-base/python-2.3/build-temp" running build running build_py error: package directory 'nt_svcutils' does not exist make: *** [build] Error 1
Where can I download package directory nt_svcutils?
I have no idea what that is, but it sounds like something Windows-related :-S Maybe google for it? cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
nt_svcutil didn't exist because my version of tar didn't completely unpack the zope-2.7.2 tar file - just left lib/python incomplete without any warnings. Doug McIntyre
Doug McIntyre wrote:
--build-base="/opt/zope/Zope-2.7.2-0/build-base/python-2.3" --build-lib="/opt/zope/Zope-2.7.2-0/build-base/python-2.3/build-lib" --build-scripts="/opt/zope/Zope-2.7.2-0/build-base/python-2.3/build- scripts" --build-temp="/opt/zope/Zope-2.7.2-0/build-base/python-2.3/build-temp" running build running build_py error: package directory 'nt_svcutils' does not exist make: *** [build] Error 1 Where can I download package directory nt_svcutils?
updmst wrote:
nt_svcutil didn't exist because my version of tar didn't completely unpack the zope-2.7.2 tar file - just left lib/python incomplete without any warnings.
Ah, I'm fairly sure there's soem warnings in INSTALL.TXT abotu what version of tar to use... Chris -- Simplistix - Content Management, Zope & Python Consulting - http://www.simplistix.co.uk
participants (3)
-
Chris Withers -
Doug McIntyre -
updmst