Jaap Spies wrote:

> 
> On Fedora 9, 32 bits:
> 
> The following tests failed:
> 
> 
>       sage -t  devel/sage/sage/misc/cython.py
>       sage -t  devel/sage/sage/server/notebook/worksheet.py
>       sage -t  devel/sage/sage/finance/time_series.pyx
> 
> All known issues I suppose.
> 

As a follow up: I still have problems using jmol with FF-3.0:

executing:
show(sage.plot.plot3d.shapes.Torus(3,1), figsize=6, aspect_ratio=[1,1,1])

sage: notebook()
The notebook files are stored in: /home/jaap/.sage//sage_notebook
**************************************************
*                                                *
* Open your web browser to http://localhost:8000 *
*                                                *
**************************************************
Removing stale pidfile /home/jaap/.sage/sage_notebook/twistd.pid
2008-07-07 19:55:20+0200 [-] Log opened.
2008-07-07 19:55:20+0200 [-] twistd 8.0.1 
(/home/jaap/downloads/sage-3.0.4.alpha2/local/bin/python 2.5.2) starting up
2008-07-07 19:55:20+0200 [-] reactor class: <class 
'twisted.internet.selectreactor.SelectReactor'>
2008-07-07 19:55:20+0200 [-] twisted.web2.channel.http.HTTPFactory starting on 
8000
2008-07-07 19:55:20+0200 [-] Starting factory 
<twisted.web2.channel.http.HTTPFactory instance at 0x97436cc>
2008-07-07 19:55:54+0200 [HTTPChannel,2,127.0.0.1]
2008-07-07 19:56:27+0200 [HTTPChannel,4,127.0.0.1] Dumping admin history to 
'sage_notebook/worksheets/admin/history.sobj'
2008-07-07 19:56:57+0200 [HTTPChannel,8,127.0.0.1] Dumping admin history to 
'sage_notebook/worksheets/admin/history.sobj'
2008-07-07 19:57:27+0200 [HTTPChannel,9,127.0.0.1] Dumping admin history to 
'sage_notebook/worksheets/admin/history.sobj'
2008-07-07 19:58:27+0200 [HTTPChannel,11,127.0.0.1] Dumping admin history to 
'sage_notebook/worksheets/admin/history.sobj'
2008-07-07 19:58:57+0200 [HTTPChannel,12,127.0.0.1] Dumping admin history to 
'sage_notebook/worksheets/admin/history.sobj'
2008-07-07 19:59:26+0200 [HTTPChannel,13,127.0.0.1]
2008-07-07 19:59:27+0200 [HTTPChannel,13,127.0.0.1] Dumping admin history to 
'sage_notebook/worksheets/admin/history.sobj'
2008-07-07 19:59:32+0200 [HTTPChannel,13,127.0.0.1]
2008-07-07 19:59:41+0200 [HTTPChannel,13,127.0.0.1]
2008-07-07 19:59:57+0200 [HTTPChannel,14,127.0.0.1] Dumping admin history to 
'sage_notebook/worksheets/admin/history.sobj'
2008-07-07 20:00:41+0200 [HTTPChannel,15,127.0.0.1] Dumping admin history to 
'sage_notebook/worksheets/admin/history.sobj'
2008-07-07 20:01:11+0200 [HTTPChannel,16,127.0.0.1] Dumping admin history to 
'sage_notebook/worksheets/admin/history.sobj'
2008-07-07 20:01:41+0200 [HTTPChannel,17,127.0.0.1] Dumping admin history to 
'sage_notebook/worksheets/admin/history.sobj'
2008-07-07 20:02:11+0200 [HTTPChannel,18,127.0.0.1] Dumping admin history to 
'sage_notebook/worksheets/admin/history.sobj'
2008-07-07 20:02:34+0200 [HTTPChannel,19,127.0.0.1] Exception rendering:
2008-07-07 20:02:34+0200 [HTTPChannel,19,127.0.0.1] Unhandled Error
        Traceback (most recent call last):
          File 
"/home/jaap/downloads/sage-3.0.4.alpha2/local/lib/python2.5/site-packages/twisted/internet/defer.py",
 line 185, in addCallbacks
            self._runCallbacks()
          File 
"/home/jaap/downloads/sage-3.0.4.alpha2/local/lib/python2.5/site-packages/twisted/internet/defer.py",
 line 323, in _runCallbacks
            self.result = callback(self.result, *args, **kw)
          File 
"/home/jaap/downloads/sage-3.0.4.alpha2/local/lib/python2.5/site-packages/twisted/internet/defer.py",
 line 284, in _continue
            self.unpause()
          File 
"/home/jaap/downloads/sage-3.0.4.alpha2/local/lib/python2.5/site-packages/twisted/internet/defer.py",
 line 280, in unpause
            self._runCallbacks()
        --- <exception caught here> ---
          File 
"/home/jaap/downloads/sage-3.0.4.alpha2/local/lib/python2.5/site-packages/twisted/internet/defer.py",
 line 323, in _runCallbacks
            self.result = callback(self.result, *args, **kw)
          File 
"/home/jaap/downloads/sage-3.0.4.alpha2/local/lib/python2.5/site-packages/twisted/web2/server.py",
 line 296, in <lambda>
            d.addCallback(lambda res, req: res.renderHTTP(req), self)
          File 
"/home/jaap/downloads/sage-3.0.4.alpha2/local/lib/python2.5/site-packages/twisted/web2/resource.py",
 line 85, in renderHTTP
            return method(request)
          File 
"/home/jaap/downloads/sage-3.0.4.alpha2/local/lib/python2.5/site-packages/twisted/web2/resource.py",
 line 202, in http_GET
            return super(Resource, self).http_GET(request)
          File 
"/home/jaap/downloads/sage-3.0.4.alpha2/local/lib/python2.5/site-packages/twisted/web2/resource.py",
 line 128, in http_GET
            return self.render(request)
          File 
"/home/jaap/downloads/sage-3.0.4.alpha2/local/lib/python2.5/site-packages/sage/server/notebook/twist.py",
 line 1133, in render
            id = self.id(ctx)
          File 
"/home/jaap/downloads/sage-3.0.4.alpha2/local/lib/python2.5/site-packages/sage/server/notebook/twist.py",
 line 375, in id
            return int(ctx.args['id'][0])
        exceptions.KeyError: 'id'
        
2008-07-07 20:02:41+0200 [HTTPChannel,19,127.0.0.1] Dumping admin history to 
'sage_notebook/worksheets/admin/history.sobj'
2008-07-07 20:03:11+0200 [HTTPChannel,20,127.0.0.1] Dumping admin history to 
'sage_notebook/worksheets/admin/history.sobj'

Should I open a ticket?

Jaap


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

Reply via email to