I've fixed this bug for SAGE-2.5.
On 2/19/07, didier deshommes <[EMAIL PROTECTED]> wrote:
>
> Allo,
> {{{log_html}}} crashes because of undefined variable:
>
> {{{
> sage: log_html ()
> [..]
> 245 T = self._title()
> 246 inlog = os.path.split(self._input_log_name())[1]
> --> 247 return '<html>%s<title>%s</title>\n<body><h1
> align=center>%s</h1>\n<h2 align=center><a
> href="%s">%s</a></h2><pre>'%(REFRESH,T,T, inlog, inlog)
> 248
> 249 def _footer(self):
>
> <type 'exceptions.NameError'>: global name 'REFRESH' is not defined
>
> }}}
>
> I'm not sure what teh variable REFRESH is referring to, but removing
> it takes care of the problem.
>
> didier
>
> >
>
--
William Stein
Associate Professor of Mathematics
University of Washington
http://www.williamstein.org
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---