[Zope-ZEO] RE: Re: [Zope-ZEO] DB instance error

Andrew Kuchling akuchlin@mems-exchange.org
Thu, 14 Dec 2000 16:04:36 -0500


On Thu, Dec 14, 2000 at 12:46:15PM -0800, nw_moriarty Last Name wrote:
>Thanks for the hint.  I looked into it and it seems that cPickle is 
>compiled into Python or Zope.  I was trying to install Andrew's 
>stand alone ZODB which has cPickle 1.1.  The version with Zope-2.2.2 
>is 1.72.  I renamed all the cPickle.so files to MajorJunk but can
>still import cPickle with version 1.63.

Run 'python -v' ,and then import cPickle; Python will print what file
is being loaded.  It probably *is* loading the cPickle included with
Python; -v will tell you where it's loading the module from.

(Hmmm... I need to remove the $ signs from my copy of cPickle; it's
whatever the revision is that's part of Zope 2.2.4.)

--amk