[Zope-dev] BTree upgrading

Chris McDonough chrism@digicool.com
Wed, 4 Apr 2001 11:15:24 -0400


Oops...
from BTrees import OOBTree
b = OOBTree.OOBTree()

----- Original Message -----
From: "Chris Withers" <chrisw@nipltd.com>
To: "Chris McDonough" <chrism@digicool.com>
Cc: <zope-dev@zope.org>
Sent: Wednesday, April 04, 2001 10:45 AM
Subject: Re: [Zope-dev] BTree upgrading


> Chris McDonough wrote:
> >
> > > from BTrees import BTree
>
> gak!
>
> I get an import error here. What happened to the bog standard BTree? I
need to
> map strings to objects, what should I use now?
>
> cheers,
>
> Chris
>