When I try to start ZEO and Zope using ./zctl.py start it seems that only the ZEO Server starts. I get this in the Zope log file: ------ 2003-09-18T16:55:24 INFO(0) zdaemon Started subprocess: pid 11661 ------ 2003-09-18T16:55:26 INFO(0) ZCS:11661 ClientStorage (pid=11661) created RW/normal for storage: '1' ------ 2003-09-18T16:55:26 INFO(0) ZEC ClientCache: storage='1', size=20971520; file[0]=None ------ 2003-09-18T16:55:26 INFO(0) ZCS:11661 Testing connection <ManagedConnection ('127.0.0.1', 5800)> ------ 2003-09-18T16:55:26 INFO(0) ZCS:11661 Connected to storage ------ 2003-09-18T16:55:26 PANIC(300) z2 Startup exception Traceback (innermost last): File /usr/local/Zope/z2.py, line 585, in ? File /usr/local/Zope-2.6.2-src/lib/python/Zope/__init__.py, line 46, in startup (Object: startup) File /usr/local/Zope-2.6.2-src/lib/python/Zope/App/startup.py, line 87, in startup (Object: ('', 5800)) File /usr/local/Zope-2.6.2-src/lib/python/ZODB/ZApplication.py, line 30, in __init__ File /usr/local/Zope-2.6.2-src/lib/python/ZODB/DB.py, line 477, in open File /usr/local/Zope-2.6.2-src/lib/python/ZODB/Connection.py, line 227, in _setDB AttributeError: ClientStorage instance has no attribute 'sortKey' I installed python-2.1.3 from source. I have been following these directions: http://www.zope.org/Members/dshaw/AdvancedSiteSetup to setup ZEO-2.0 and these directions: http://www.zope.org/Members/beacon/install_instructions to setup Zope-2.6.2-src. How do I fix this and get Zope and ZEO to run on the same machine? Thanks in advance Jet