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
_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )

Reply via email to