[Zope-dev] ZGDChart on Zope 2.10

Dieter Maurer dieter at handshake.de
Thu May 17 15:30:46 EDT 2007


Juan Javier Carrera Obrero wrote at 2007-5-17 13:37 +0200:
>The traceback shows is:
>
>-----
>
>Traceback (innermost last):
>  Module ZPublisher.Publish, line 119, in publish
>  Module ZPublisher.mapply, line 88, in mapply
>  Module ZPublisher.Publish, line 42, in call_object
>  Module Products.ZGDChart.ZGDChart, line 681, in index_html
>  Module Products.ZGDChart.ZGDChart, line 859, in _chart
>  Module Products.ZGDChart.ZGDChart, line 932, in _setOption
>NameError: global name 'option' is not defined

"NameError"s are about 99 per cent indications of programming errors
in the last entry of the traceback.

Thus, look at the code and try to determine what "option" is supposed
to be. Then fix the problem.



-- 
Dieter


More information about the Zope-Dev mailing list