[Zope] CLIENT_HOME
Stephan Göldi
goeldi@goeldi.com
29 Jul 2002 10:04:16 +0000
> Stephan Göldi wrote:
> > File "/usr/local/zope/z2.py", line 476, in ?
> > zdaemon.run(sys.argv, os.path.join(CLIENT_HOME, Zpid))
> > NameError: name 'CLIENT_HOME' is not defined
>
> You might need to let us know more about the Zope install.
> What version of Zope?
2.5.1 binary version
> What products do you have installed?
CMF 1.2
DocumentLibrary
Plone_lite
> What version of Python?
2.1.3
> What do you have in your start scripts?
#! /bin/sh
reldir=`dirname $0`
INST_HOME=`cd $reldir; pwd`
CLEINT_HOME=`cd $reldir; pwd`
export INST_HOME
export CLIENT_HOME
exec /usr/local/zope/bin/python \
$INST_HOME/z2.py \
"$@"
start (END)
This is a local installation on a Redhat 7.3 Desktop
Stephan