[sage-devel] Fwd: [sage-devel] log_html() crashes

2007-04-13 Thread didier deshommes

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%stitle%s/title\nbodyh1
align=center%s/h1\nh2 align=centera
href=%s%s/a/h2pre'%(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/
-~--~~~~--~~--~--~---



[sage-devel] log_html() crashes

2007-02-19 Thread didier deshommes

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%stitle%s/title\nbodyh1
align=center%s/h1\nh2 align=centera
href=%s%s/a/h2pre'%(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 sage-devel@googlegroups.com
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/
-~--~~~~--~~--~--~---