AW: AW: [ZODB-Dev] No module named BTree

Steverding, Kai steverding at gws.ms
Thu Jan 22 08:19:50 EST 2004


Hi !
That's exactly what i did. I took ZODB 3.1.5, copied the directory,
installed ZODB to a different folder, started a ZEOD Server and got the
error message.

Kai

-----Ursprüngliche Nachricht-----
Von: Jeremy Hylton [mailto:jeremy at zope.com]
Gesendet: Donnerstag, 22. Januar 2004 13:53
An: Steverding, Kai
Cc: 'Dieter Maurer'; 'zodb-dev at zope.org'
Betreff: Re: AW: [ZODB-Dev] No module named BTree


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