AW: [ZODB-Dev] No module named BTree

Jeremy Hylton jeremy at zope.com
Thu Jan 22 07:53:14 EST 2004


On Thu, 2004-01-22 at 01:04, Steverding, Kai wrote:
> Hi, thanks for the answer.
> 
> So the only way to get ZEO with 2.6.4 is using python2.3 and the ZODB from
> 3.3.2 or the backport you talked about ? Nothing out of the box ?

ZEO doesn't come with the 2.6.x package.

If you want to use Python 2.1, get the ZODB 3.1.5 package and copy its
ZEO directory to Zope's lib/python directory.  Install the ZODB package
in a separate location to use for the ZEO server.

If you want to use Python 2.3, get the ZODB 3.2.1 package and install it
into Zope's lib/python directory.  (python setup.py --home=/dir/Zope). 
In this case, you're using all of the ZODB3 code in your Zope.  You
still want to install the ZODB package somewhere else to use for the ZEO
server.

Do not use ZODB 3.3 with Zope 2.6.  They're not compatible.

Jeremy





More information about the ZODB-Dev mailing list