[ZODB-Dev] ZEO Install Problem
Jeremy Hylton
jeremy@alum.mit.edu
Mon, 17 Sep 2001 23:23:36 -0400 (EDT)
What version of Zope and Python are you using? From the error
message, I assume that you've got Zope 2.3 and Python 1.5.2. There
should be an up-to-date copy of asyncore in the ZServer module in the
top-level directory of the Zope tree. Can you try starting ZEO this
way:
PYTHONPATH=/ZOPEDIR python lib/python/ZEO/start.py -p port_number
where ZOPEDIR is the top-level Zope directory. If this works, please
let me know and I'll update the installation instructions.
Jeremy