[Zope3-dev] Re: Zope X3.1 Feature Freeze

Jim Fulton jim at zope.com
Fri Mar 18 11:58:41 EST 2005


Sidnei da Silva wrote:
> On Fri, Mar 18, 2005 at 10:00:30AM -0500, Jim Fulton wrote:
> | ... what the heck to do about the fact that Archetypes
> | apparently uses the ancient long-deprecated old BTrees modules. 
> 
> Is it?
> 
> sidnei at cotia:~/src/archetypes/archetypes-1.3$ find . -name '*.py' | xargs grep 'import BTree' 
> ./Archetypes/ReferenceEngine.py:from
> Products.BTreeFolder2.BTreeFolder2 import BTreeFolder2
> sidnei at cotia:~/src/archetypes/archetypes-1.3$ find . -name '*.py' | xargs grep 'from BTree' 
> ./Archetypes/Field.py:from BTrees.OOBTree import OOBTree
> 

In http://mail.zope.org/pipermail/zodb-dev/2005-February/008495.html:

Christian Heimes wrote:
 > I started playing around with Zope2 svn trunk some days ago when I hit
 > the problem. I had CMF, Plone, Archetypes 1.4-dev and an older version
 > of kupu installed in my instance home and got some import errors. At
 > first Archetypes didn't load because someone has used IOBTree instead of
 > BTrees.IOBTree in one module.

Jim


-- 
Jim Fulton           mailto:jim at zope.com       Python Powered!
CTO                  (540) 361-1714            http://www.python.org
Zope Corporation     http://www.zope.com       http://www.zope.org


More information about the Zope3-dev mailing list