[ZODB-Dev] Problems with ZEO 0.5.0, Zope 2.3.1 & NT

Jeremy Hylton jeremy@digicool.com
Fri, 6 Apr 2001 19:37:56 -0400 (EDT)


Chris,

I just tried to reproduce the problem on my Linux box, but couldn't.
One thing that might help is if you could start up the server and pass
the -v flag to python, which would indicate where all the imported
modules are coming from.  Something like:
    python1.5 -v lib/python/ZEO/start.py ... 2> zeo-import-log

The one suspicious thing in the traceback you sent originally is that
the Zope and ZODB packages are coming from a different directory than
ZEO -- "E:\Zope\2379A4~1.1\".  Is that just a funny name for the
E:\Zope\2.3.1\ directory? 

The version of cPickle that comes with 2.3.1 should work correctly.
So it seems likely that the server is not picking up the current
version of the ZODB package.

Jeremy