Thanks for the 3.2.3 binary.  It works when I use it as root.

As I use it as a normal user, when I issued the notebook() command:
sage: notebook()
The notebook files are stored in: /home/eliz/.sage//sage_notebook
**************************************************
*                                                *
* Open your web browser to http://localhost:8000 *
*                                                *
**************************************************
2009-01-30 11:45:52-0800 [-] Log opened.
2009-01-30 11:45:52-0800 [-] twistd 8.1.0 (/local/sage-3.2.3-
opensuse-32bit-intel_xeon-i686-Linux/local/bin/python 2.5.2) starting
up
2009-01-30 11:45:52-0800 [-] reactor class: <class
'twisted.internet.selectreactor.SelectReactor'>
2009-01-30 11:45:52-0800 [-] twisted.web2.channel.http.HTTPFactory
starting on 8000
2009-01-30 11:45:52-0800 [-] Starting factory
<twisted.web2.channel.http.HTTPFactory instance at 0x8ba5b2c>
2009-01-30 11:45:59-0800 [HTTPChannel,1,127.0.0.1] /local/sage-3.2.3-
opensuse-32bit-intel_xeon-i686-Linux/local/lib/python2.5/site-packages/
twisted/internet/defer.py:267: exceptions.DeprecationWarning: Don't
pass strings (like 'Bad token') to failure.Failure (replacing with a
DefaultException).
2009-01-30 11:45:59-0800 [HTTPChannel,1,127.0.0.1] Exception
rendering:
2009-01-30 11:45:59-0800 [HTTPChannel,1,127.0.0.1] Unhandled Error
        Traceback (most recent call last):
        Failure: twisted.python.failure.DefaultException: Bad token

Mozilla opened up a page with the message "Internal Server Error".

This is not a show stopper for me.

Again, thanks for the prompt response.

Elizabeth

On Jan 30, 7:05 am, William Stein <wst...@gmail.com> wrote:
> On Fri, Jan 30, 2009 at 12:14 AM, Elizabeth Yip <el...@comcast.net> wrote:
>
> > Hello
>
> > I have been using sage on opensuse 10.2 for a long time.  It has been
> > a great replacement for mathematica for me.  Thank you for all the
> > good work !!
>
> > Recently, I updated my system to 11.1.  Before the update, I was using
> >  Sage Version 3.2, Release Date: 2008-11-20.
> > When I tried to use this version with opensuse 11.1, I got the
> > following error:
>
> This binary may work for you if you're using a 32-bit install of opensuse and
> your computer is not an opteron:
>
> http://sagemath.org/bin/linux/32bit/sage-3.2.3-opensuse-32bit-intel_x...
>
> Otherwise, you may have to wait for 3.3, which will fix this problem,
> and should be
> out in less than a week.
>
>  -- William
>
>
>
>
>
> > ----------------------------------------------------------------------
> > | Sage Version 3.2, Release Date: 2008-11-20                         |
> > | Type notebook() for the GUI, and license() for information.        |
> > ----------------------------------------------------------------------
> > sh: symbol lookup error: /local/sage-3.0.1/local/lib/libreadline.so.5:
> > undefined symbol: PC
> > Traceback (most recent call last):
> >  File "/local/sage-3.0.1/local/lib/python2.5/site-packages/sage/
> > all_cmdline.py", line 14, in <module>
> >    from sage.all import *
> >  File "/local/sage-3.0.1/local/lib/python2.5/site-packages/sage/
> > all.py", line 88, in <module>
> >    from sage.server.all     import *
> >  File "/local/sage-3.0.1/local/lib/python2.5/site-packages/sage/
> > server/all.py", line 2, in <module>
> >    from notebook.all import *
> >  File "/local/sage-3.0.1/local/lib/python2.5/site-packages/sage/
> > server/notebook/all.py", line 13, in <module>
> >    from notebook_object import notebook, inotebook
> >  File "/local/sage-3.0.1/local/lib/python2.5/site-packages/sage/
> > server/notebook/notebook_object.py", line 19, in <module>
> >    import notebook as _notebook
> >  File "/local/sage-3.0.1/local/lib/python2.5/site-packages/sage/
> > server/notebook/notebook.py", line 48, in <module>
> >    if is_package_installed("jsmath-image-fonts"):
> >  File "/local/sage-3.0.1/local/lib/python2.5/site-packages/sage/misc/
> > package.py", line 73, in is_package_installed
> >    return any(p.startswith(package) for p in install_package())
> >  File "/local/sage-3.0.1/local/lib/python2.5/site-packages/sage/misc/
> > package.py", line 56, in install_package
> >    i = X.index('Currently installed packages:')
> > ValueError: list.index(x): x not in list
>
> > ---------------------------------------------------------------------------
> > ValueError                                Traceback (most recent call
> > last)
>
> > /local/sage-3.0.1/local/bin/sage-startup in <module>()
> >      4         from sage.misc.interpreter import preparser, _ip
> >      5         preparser(True)
> > ----> 6         import sage.all_cmdline
> >      7         sage.all_cmdline._init_cmdline(globals())
> >      8         from sage.all import Integer, RealNumber
>
> > /local/sage-3.0.1/local/lib/python2.5/site-packages/sage/
> > all_cmdline.py in <module>()
> >     22     if 'type object' in str(msg):
> >     23         msg = str(msg) + '\n\n** In SAGE, the easiest fix for
> > this problem is to type "sage -ba"\n   to rebuild all the Cython code
> > (this takes several minutes).\n   Alternatively, touch the last .pyx
> > file in the traceback above. **\n'
> > ---> 24     raise ValueError, msg
> >     25
> >     26
>
> > ValueError: list.index(x): x not in list
> > WARNING: Failure executing file: </local/sage-3.0.1/local/bin/sage-
> > startup>
> > sage:
>
> > I downloaded the latest source  sage-3.2.3.tar to do a fresh install
> > and got  an error in installing singular.    Here is a link to the
> > install.log.gz.
>
> >https://sites.google.com/site/mislwagroup/Home/install.log.gz?attredi...
>
> > What is the quickest way for me to get a working version of Sage on my
> > system?
> > Thank you for your help !!
>
> > Elizabeth Yip
>
> --
> William Stein
> Associate Professor of Mathematics
> University of Washingtonhttp://wstein.org
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to