Re: [Zope] CLIENT_HOME NameError
What's the full traceback?
Traceback (most recent call last): File "/usr/local/www/Zope/z2.py", line 546, in ? zdaemon.run(sys.argv, os.path.join(CLIENT_HOME, Zpid)) NameError: name 'CLIENT_HOME' is not defined Lee Harr missive@hotmail.com _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
Hi Lee, Try this: 1. cd to the "lib/python" directory of your broken Zope install 2. run python (e.g. just type "python", hit enter, or find the executable and run it) 3. type: import Zope; app=Zope.app() See if any tracebacks occur. If they do, send them over. If they don't.. well... we need to find out what's going on. Lee Harr wrote:
What's the full traceback?
Traceback (most recent call last): File "/usr/local/www/Zope/z2.py", line 546, in ? zdaemon.run(sys.argv, os.path.join(CLIENT_HOME, Zpid)) NameError: name 'CLIENT_HOME' is not defined
Lee Harr missive@hotmail.com
_________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
-- Chris McDonough Zope Corporation http://www.zope.org http://www.zope.com "Killing hundreds of birds with thousands of stones"
participants (2)
-
Chris McDonough -
Lee Harr