[ZPT] Where is my context
Dieter Maurer
dieter@handshake.de
Fri, 22 Mar 2002 23:14:50 +0100
Thomas Olsen writes:
> This works excellent for a while, then if I leave it for some time I get:
>
> Error Type: TALESError
> Error Value: exceptions.RuntimeError on
> Products/MyMediaManager/zpt_skins/getAgendaVars.py has errors. in
> "standard:'here/getAgendaVars'", at line 5, column 1
>
> And if I reload the page I get:
>
> Error Type: TALESError
> Error Value: exceptions.NameError on global name 'context' is not defined in
Do you use Python 2.1.x (x <= 1) or Zope 2.4.x (x<=3)?
Looks like a severe bug, potentially caused by memory corruption.
The above configurations are known to be able to cause
memory corruptions...
Dieter