beno wrote at 2003-1-1 10:59 -0400:
I had some problems I'll share shortly, so I tried to restart my Zope server. I use InstanceHome, so I ran this command in that folder:
nohup ./zctl.py start
I always run this command and it always works. I run nohup to supress output. I ran it without nohup and got this:
Starting ZEO server on 5800 "/usr/local/bin/python" /home/httpd/ZopeInstallation/Zope_software_home/lib/python/ZEO/start.py -p 5800 & 'import site' failed; use -v for traceback Traceback (most recent call last): waiting for ZEO server to start 1/200 File "/home/httpd/ZopeInstallation/Zope_software_home/lib/python/ZEO/start.py", line 91, in ? import sys, os, getopt, string ImportError: No module named os waiting for ZEO server to start 2/200 Python cannot find its standard library.
This usually means, something is badly wrong with your Python installation. Dieter