[Zope-dev] Product doesn't work in zope 2.7 that was working in 2.6

Dieter Maurer dieter at handshake.de
Wed Oct 13 13:50:30 EDT 2004


MET 2004-2005 wrote at 2004-10-13 16:32 +0530:
> ...
>The Traceback of the error that occurs when we try to instantiate our product
>is as follows
>
>Exception Type          TypeError
>Exception Value         'str' object is not callable
> ....
>    * Module Products.ZCatalog.ZCatalog, line 537, in catalog_object
>
>TypeError: 'str' object is not callable

Please check which code you find around line 537
of ".../Products/ZCatalog/ZCatalog.py".

In line 537, a string is used as a method.
We need to know where this string comes from.

-- 
Dieter


More information about the Zope-Dev mailing list