[Zope-CMF] filesystem python script errors?
Dieter Maurer
dieter@handshake.de
Thu, 13 Jun 2002 20:54:12 +0200
alan runyan writes:
> first time i loaded a page I got:
>
> TALESError: exceptions.RuntimeError on
> /home/zope/ZopeProducts/CMFPlone/skins/plone_scripts/navigationLocalRelated.
> py has errors. in "standard:'here/navigationLocalRelated'", at line 17,
> column 5
>
> second time I refresh the page I got:
> TALESError: exceptions.NameError on global name 'context' is not defined in
> "standard:'here/navigationLocalRelated'", at line 17, column 5
>
> if I 'refresh' my product. all works again.
> CMF1.3b1, Zope2.5.1, Python2.1.3, Plone CVS
Recently, Chris (mailto:ChrisM@zope.com) spoke about a bug that can
let an External Method fail the first time it is called.
Maybe, this causes your problem.
Dieter