13 Oct
2004
13 Oct
'04
5:50 p.m.
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