I pasted the command into the Sage command line and several minutes
later, the problem was solved. Now that's what I call service! Thank
you so much.

On Jan 13, 2:52 am, "William Stein" <[EMAIL PROTECTED]> wrote:
> On 1/12/08,http://groups.google.com/group/sage-support
>
> <[EMAIL PROTECTED]> wrote:
>
> > It looks like I may have to rebuild the html help files. I rebooted
> > the mac mini and the jsMath global issue went away. I included my copy
> > of the log just to prove the html help files did not exist.
>
> That must be our fault -- we had some initial problems making the dmg
> since the build machine had a case sensitive filesystem.  You could do
>
>    sage: install_package('doc-2.9.3', force=True)
>
> and this might fix your problem.
>
>
>
> > Last login: Sun Jan 13 01:50:25 on console
> > /Applications/sage/sage; exit
> > Welcome to Darwin!
> > jose-berrios-computer:~ wb2bwu$ /Applications/sage/sage; exit
> > ----------------------------------------------------------------------
> > | SAGE Version 2.9.2, Release Date: 2008-01-05                       |
> > | Type notebook() for the GUI, and license() for information.        |
> > ----------------------------------------------------------------------
>
> > sage: notebook()
> > The notebook files are stored in: /Users/wb2bwu/.sage//sage_notebook
> > ****************************************************
> > *                                                  *
> > * Open your web browser tohttps://localhost:8000 *
> > *                                                  *
> > ****************************************************
> > There is an admin account.  If you do not remember the password,
> > quit the notebook and type notebook(reset=True).
> > Removing stale pidfile /Users/wb2bwu/.sage/sage_notebook/twistd.pd
> > 2008/01/13 02:51 -0400 [-] Log opened.
> > 2008/01/13 02:51 -0400 [-] twistd 2.5.0 (/Applications/sage/local/bin/
> > python 2.5.1) starting up
> > 2008/01/13 02:51 -0400 [-] reactor class: <class
> > 'twisted.internet.selectreactor.SelectReactor'>
> > 2008/01/13 02:51 -0400 [-] Loading sage_notebook/twistedconf.tac...
> > 2008/01/13 02:52 -0400 [-] Loaded.
> > 2008/01/13 02:52 -0400 [-] twisted.web2.channel.http.HTTPFactory
> > starting on 8000
> > 2008/01/13 02:52 -0400 [-] Starting factory
> > <twisted.web2.channel.http.HTTPFactory instance at 0x28e52d8>
>
> > 2008/01/13 02:54 -0400 [HTTPChannel,9,127.0.0.1] Exception rendering:
> > 2008/01/13 02:54 -0400 [HTTPChannel,9,127.0.0.1] Unhandled Error
> >         Traceback (most recent call last):
> >           File "/Applications/sage/local/lib/python2.5/site-packages/
> > twisted/internet/defer.py", line 182, in addCallbacks
> >             self._runCallbacks()
> >           File "/Applications/sage/local/lib/python2.5/site-packages/
> > twisted/internet/defer.py", line 317, in _runCallbacks
> >             self.result = callback(self.result, *args, **kw)
> >           File "/Applications/sage/local/lib/python2.5/site-packages/
> > twisted/internet/defer.py", line 281, in _continue
> >             self.unpause()
> >           File "/Applications/sage/local/lib/python2.5/site-packages/
> > twisted/internet/defer.py", line 277, in unpause
> >             self._runCallbacks()
> >         --- <exception caught here> ---
> >           File "/Applications/sage/local/lib/python2.5/site-packages/
> > twisted/internet/defer.py", line 317, in _runCallbacks
> >             self.result = callback(self.result, *args, **kw)
> >           File "/Applications/sage/local/lib/python2.5/site-packages/
> > twisted/web2/server.py", line 268, in <lambda>
> >             d.addCallback(lambda res, req: res.renderHTTP(req), self)
> >           File "/Applications/sage/local/lib/python2.5/site-packages/
> > twisted/web2/resource.py", line 85, in renderHTTP
> >             return method(request)
> >           File "/Applications/sage/local/lib/python2.5/site-packages/
> > twisted/web2/resource.py", line 202, in http_GET
> >             return super(Resource, self).http_GET(request)
> >           File "/Applications/sage/local/lib/python2.5/site-packages/
> > twisted/web2/resource.py", line 128, in http_GET
> >             return self.render(request)
> >           File "/Applications/sage/local/lib/python2.5/site-packages/
> > sage/server/notebook/twist.py", line 158, in render
> >             doc_page_html = open(self.docpath).read()
> >         exceptions.IOError: [Errno 2] No such file or directory: '/
> > Applications/sage/doc/prog/index.html'
>
> > 2008/01/13 02:54 -0400 [HTTPChannel,10,127.0.0.1] Exception rendering:
> > 2008/01/13 02:54 -0400 [HTTPChannel,10,127.0.0.1] Unhandled Error
> >         Traceback (most recent call last):
> >           File "/Applications/sage/local/lib/python2.5/site-packages/
> > twisted/internet/defer.py", line 182, in addCallbacks
> >             self._runCallbacks()
> >           File "/Applications/sage/local/lib/python2.5/site-packages/
> > twisted/internet/defer.py", line 317, in _runCallbacks
> >             self.result = callback(self.result, *args, **kw)
> >           File "/Applications/sage/local/lib/python2.5/site-packages/
> > twisted/internet/defer.py", line 281, in _continue
> >             self.unpause()
> >           File "/Applications/sage/local/lib/python2.5/site-packages/
> > twisted/internet/defer.py", line 277, in unpause
> >             self._runCallbacks()
> >         --- <exception caught here> ---
> >           File "/Applications/sage/local/lib/python2.5/site-packages/
> > twisted/internet/defer.py", line 317, in _runCallbacks
> >             self.result = callback(self.result, *args, **kw)
> >           File "/Applications/sage/local/lib/python2.5/site-packages/
> > twisted/web2/server.py", line 268, in <lambda>
> >             d.addCallback(lambda res, req: res.renderHTTP(req), self)
> >           File "/Applications/sage/local/lib/python2.5/site-packages/
> > twisted/web2/resource.py", line 85, in renderHTTP
> >             return method(request)
> >           File "/Applications/sage/local/lib/python2.5/site-packages/
> > twisted/web2/resource.py", line 202, in http_GET
> >             return super(Resource, self).http_GET(request)
> >           File "/Applications/sage/local/lib/python2.5/site-packages/
> > twisted/web2/resource.py", line 128, in http_GET
> >             return self.render(request)
>
> > On Jan 13, 12:46 am, "http://groups.google.com/group/sage-support";
> > <[EMAIL PROTECTED]> wrote:
> > > I installed Sage using the DMG file. All the Help options did not
> > > work. I also tried to update the JSMATH fonts. While editing a file I
> > > brought up the jsmath panel and clicked the global option. Now the
> > > Sage edit hangs because the browser is attempting to load a resource
> > > it cannot find.
>
> > > The installation guide needs some work, especially on how to reinstall
> > > SAGE and turn off JSmath global option.
>
> --
> William Stein
> Associate Professor of Mathematics
> University of Washingtonhttp://wstein.org

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@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-support
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to