[Zope] Problems with ZCatalog
Oleg Broytmann
Oleg Broytmann <phd@phd.fep.ru>
Sat, 2 Jun 2001 23:15:40 +0400 (MSD)
On Sat, 2 Jun 2001, Stefan Heimann wrote:
> I have created a ZCatalog, but whenever I try to access the 'Catalog' view in the management interface of the ZCatalog,
> I get en error message:
>
> Zope has encountered an error while publishing this resource.
> Error Type: AttributeError
> Error Value: class NoBrainer has no attribute '__call__'
>
> Here are some informations about my system:
>
> Zope 2.3.1 (source release, python 1.5.2, linux2)
> 2.1 (#1, Apr 26 2001, 10:44:51) [GCC 2.95.4 20010319 (Debian prerelease)]
> linux2
You are running Zope 2.3.1 on Python 2.1 This is wrong combo. Use Python
1.5.2 or Python 2.0. Use Python 2.1 with Zope 2.4.
Oleg.
----
Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.