[Zope] ZEO / zdaemon.Daemon broken on Zope-2.7.1-0
John Hunter
jdhunter at ace.bsd.uchicago.edu
Thu Sep 16 11:26:48 EDT 2004
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
More information about the Zope
mailing list