Hello I have this calendar in my CMF site. And it has worked so far untill we upgraded our Zope. The error is this: Zope Error Zope has encountered an error while publishing this resource. Error Type: NameError Error Value: global name 'expr_globals' is not defined Looking into the code for the CalendarTag I see there is a variable named expr_globals. It is passed as an argument to an Eval function. Now ... I guess it worked before because we were using and older python version. Anyone who knows how to get this to work with python 2.1 ?? Thanks, Gitte Wange
Gitte Wange wrote:
Zope Error Zope has encountered an error while publishing this resource.
Error Type: NameError Error Value: global name 'expr_globals' is not defined
I have a version of the calendar tag which doesn't throw errors under Zope 2.4. If anyone wants it, mail me off-list and I'll send it to you... cheers, Chris
gitte, you will need to contact the maintainer of this package to update the product for Zope 2.4-compatibility. this error has nothing to do with python, just a changed usage of Eval from the DocumentTemplate package in Zope 2.4.x. jens On Friday, August 31, 2001, at 05:42 , Gitte Wange wrote:
Hello
I have this calendar in my CMF site. And it has worked so far untill we upgraded our Zope.
The error is this:
Zope Error Zope has encountered an error while publishing this resource.
Error Type: NameError Error Value: global name 'expr_globals' is not defined
Looking into the code for the CalendarTag I see there is a variable named expr_globals. It is passed as an argument to an Eval function.
Now ... I guess it worked before because we were using and older python version. Anyone who knows how to get this to work with python 2.1 ??
Thanks, Gitte Wange
participants (3)
-
Chris Withers -
Gitte Wange -
Jens Vagelpohl