24 Feb
2004
24 Feb
'04
7:49 p.m.
Marc Burgauer wrote at 2004-2-23 17:12 +0000:
A Zope installation on my test system that has worked fine in the past suddenly gives me this error when starting:
Traceback (most recent call last): File "/Volumes/Data/ssl_instances/demo/z2.py", line 546, in ? zdaemon.run(sys.argv, os.path.join(CLIENT_HOME, Zpid)) NameError: name 'CLIENT_HOME' is not defined
This means that for some reason, "App/FindHomes.py" was not imported successfully. Older Zope's (yours is quite old) did not define "CLIENT_HOME" when the "var" directory was inaccessible. Check the code to find out what might have got wrong. -- Dieter