On 3.3alpha5 (sagenb.org) and on my 3.3rc0, when I click on the "Log" 
link in the notebook, I get an error page and the following traceback on 
the server.  This is now #5257.  Anyone know off the top of their head 
when this stopped working?

+1 again to automated notebook testing!

Jason


2009-02-13 12:39:32-0600 [HTTPChannel,101,127.0.0.1] Exception rendering:
2009-02-13 12:39:32-0600 [HTTPChannel,101,127.0.0.1] Unhandled Error
        Traceback (most recent call last):
          File 
"/home/grout/sage/local/lib/python2.5/site-packages/Twisted-8.1.0-py2.5-linux-i686.egg/twisted/internet/defer.py",
 
line 186, in addCallbacks
            self._runCallbacks()
          File 
"/home/grout/sage/local/lib/python2.5/site-packages/Twisted-8.1.0-py2.5-linux-i686.egg/twisted/internet/defer.py",
 
line 328, in _runCallbacks
            self.result = callback(self.result, *args, **kw)
          File 
"/home/grout/sage/local/lib/python2.5/site-packages/Twisted-8.1.0-py2.5-linux-i686.egg/twisted/internet/defer.py",
 
line 289, in _continue
            self.unpause()
          File 
"/home/grout/sage/local/lib/python2.5/site-packages/Twisted-8.1.0-py2.5-linux-i686.egg/twisted/internet/defer.py",
 
line 285, in unpause
            self._runCallbacks()
        --- <exception caught here> ---
          File 
"/home/grout/sage/local/lib/python2.5/site-packages/Twisted-8.1.0-py2.5-linux-i686.egg/twisted/internet/defer.py",
 
line 328, in _runCallbacks
            self.result = callback(self.result, *args, **kw)
          File 
"/home/grout/sage/local/lib/python2.5/site-packages/Twisted-8.1.0-py2.5-linux-i686.egg/twisted/web2/server.py",
 
line 296, in <lambda>
            d.addCallback(lambda res, req: res.renderHTTP(req), self)
          File 
"/home/grout/sage/local/lib/python2.5/site-packages/Twisted-8.1.0-py2.5-linux-i686.egg/twisted/web2/resource.py",
 
line 85, in renderHTTP
            return method(request)
          File 
"/home/grout/sage/local/lib/python2.5/site-packages/Twisted-8.1.0-py2.5-linux-i686.egg/twisted/web2/resource.py",
 
line 202, in http_GET
            return super(Resource, self).http_GET(request)
          File 
"/home/grout/sage/local/lib/python2.5/site-packages/Twisted-8.1.0-py2.5-linux-i686.egg/twisted/web2/resource.py",
 
line 128, in http_GET
            return self.render(request)
          File 
"/home/grout/sage/local/lib/python2.5/site-packages/sage/server/notebook/twist.py",
 
line 1633, in render
            s = notebook.user_history_html(self.username)
          File 
"/home/grout/sage/local/lib/python2.5/site-packages/sage/server/notebook/notebook.py",
 
line 842, in user_history_html
            """%(username, self.html_worksheet_list_top(username, 
actions=False), t)
          File 
"/home/grout/sage/local/lib/python2.5/site-packages/sage/server/notebook/notebook.py",
 
line 1318, in html_worksheet_list_top
            s += self.html_new_or_upload()
        exceptions.AttributeError: 'Notebook' object has no attribute 
'html_new_or_upload'


--~--~---------~--~----~------------~-------~--~----~
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://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to