11 Feb
2005
11 Feb
'05
3:49 a.m.
Dieter Maurer wrote:
You probably should check what code you find in line 82 of ".../CMFCore/DynamicType.py".
I do not see anything in the neighborhood of line 82 which could result in an "AttributeError '__call__'"
For those who may experience a similar problem, I noticed the code in line 81 of DynamicType.py was attempting to load the portal_url tool. Upon inspection of the event.log file, I noticed that this particular tool (URLTool.py) was not loading. That fixed this issue. Thanks to all who provided help. Kevin