[Zope] Upgrade to 2.5.0 breaks site: TypeError: object of type
'string' is not callable
Evan Simpson
evan@zope.com
Wed, 06 Mar 2002 10:34:40 -0500
Gregor Hoffleit wrote:
> The output of starting 2.4.4b1 (which works fine) in debug mode:
Please try the following in your unbroken 2.4.4b1, and then in 2.5:
1. Go to your ZOPE/lib/python directory
2. Start Python
3. Type these commands:
>>> import Zope
>>> app = Zope.app()
>>> print app.__before_traverse__
>>> print app.__before_publishing_traverse__._list
What does it print?
Cheers,
Evan @ Zope