[Zope-CMF] AttributeError
Tres Seaver
tseaver@palladion.com
Sat, 02 Jun 2001 09:33:30 -0400
Norman Khine wrote:
> I just got new checkout of the CMF, it installed correctly, ie no errors
> when I restarted Zope. BUT when I tried to add a new Site, I got the
> following error
>
> My setup is as follows
> Zope Version Zope 2.4.0a1 (source release, python 1.5.2, linux2)
> Python Version 2.1 (#1, Jun 2 2001, 10:12:16) [GCC 2.95.2 19991024
> (release)]
> System Platform freebsd4
>
>
> Traceback (innermost last):
<snip>
> /usr/local/Zope24/lib/python/Products/PluginIndexes/common/UnIndex.py, line
> 381, in _apply_index
> (Object: PluggableIndex)
> File /usr/local/Zope24/lib/python/Products/PluginIndexes/common/util.py,
> line 194, in __init__
> AttributeError: keys
I haven't yet moved to developing CMF atop Zope 2.4; Shane tells me
that the alpha version breaks us pretty badly, so I would recommend either:
- downgrading Zope to 2.3.2; or
- using a CVS checkout of the 2.4 branch.
Tres.