16 Sep
2004
16 Sep
'04
3:26 p.m.
I am trying to use ZEO on Zope-2.7.1-0. I added /usr/local/Zope/lib/python to my PYTHONPATH and then tried to start ZEO with peds-pc311:/usr/local/Zope> sudo python lib/python/ZEO/start.py -p 7700 Traceback (most recent call last): File "lib/python/ZEO/start.py", line 362, in ? main(sys.argv) File "lib/python/ZEO/start.py", line 223, in main import zdaemon.Daemon ImportError: No module named Daemon peds-pc311:/usr/local/Zope> Looking in the zdaemon dir, indeed there is no Daemon class. There is a zdaemon.zdrun.Daemonizer.run method, but this has a different signature than zdaemon.Daemon.run(sys.argv, env.zeo_pid) which is what the ZEO start script is doing. Suggestions? Thanks, JDH