FYI, this is still present in 2.4.2

---------- Forwarded message ----------
From: didier deshommes <[EMAIL PROTECTED]>
Date: Feb 19, 2007 6:45 PM
Subject: [sage-devel] log_html() crashes
To: [EMAIL PROTECTED]


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

--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---

Reply via email to