Thanks for your reply, I'm using:

Linux artin 2.6.24-27-generic #1 SMP Wed Mar 24 10:04:52 UTC 2010 i686
GNU/Linux

Dieter

On Jul 1, 1:08 pm, William Stein <wst...@gmail.com> wrote:
> On Thu, Jul 1, 2010 at 9:33 AM, Dieter <dieter.fishb...@gmail.com> wrote:
> > Hi,
>
> > I am trying to install Sage on a Linux Ubuntu 32 bit system using the
> > linux ubuntu binary installation package.
>
> What version of ubuntu are you using, exactly?
>
> uname -a
>
> cat /etc/issue
>
> Anyway, you probably have to build from source or upgrade to the
> latest ubuntu version.
>
> William
>
>
>
> >  I decompress the tar.lzma
> > file, then when I go to try to run Sage for the first time, it give me
> > an error. I have pasted the terminal readout below. Any help anyone
> > can give me with this is greatly appreciated. Thanks!
>
> > Terminal Readout:
>
> > ----------------------------------------------------------------------
> > | Sage Version 4.4.4, Release Date: 2010-06-23                       |
> > | Type notebook() for the GUI, and license() for information.        |
> > ----------------------------------------------------------------------
> > ---------------------------------------------------------------------------
> > ImportError                               Traceback (most recent call
> > last)
>
> > /home/dfishbein/Desktop/sage-4.4.4-linux-32bit-ubuntu_10.04_lts-i686-
> > Linux/local/bin/<string> in <module>()
>
> > /home/dfishbein/Desktop/sage-4.4.4-linux-32bit-ubuntu_10.04_lts-i686-
> > Linux/local/lib/python2.6/site-packages/sage/misc/preparser_ipython.py
> > in <module>()
> >      6
> > ###########################################################################
>
> >      7
> > ----> 8 import sage.misc.interpreter
> >      9
> >     10 import preparser
>
> > /home/dfishbein/Desktop/sage-4.4.4-linux-32bit-ubuntu_10.04_lts-i686-
> > Linux/local/lib/python2.6/site-packages/sage/misc/interpreter.py in
> > <module>()
> >    100
> >    101 import os
> > --> 102 import log
> >    103
> >    104 import remote_file
>
> > /home/dfishbein/Desktop/sage-4.4.4-linux-32bit-ubuntu_10.04_lts-i686-
> > Linux/local/lib/python2.6/site-packages/sage/misc/log.py in <module>()
> >     63
> >     64 import interpreter
> > ---> 65 import latex
> >     66 import misc
> >     67
>
> > /home/dfishbein/Desktop/sage-4.4.4-linux-32bit-ubuntu_10.04_lts-i686-
> > Linux/local/lib/python2.6/site-packages/sage/misc/latex.py in
> > <module>()
> >     38 import random
> >     39
> > ---> 40 from misc import tmp_dir, graphics_filename
> >     41 import sage_eval
> >     42 from sage.misc.misc import SAGE_DOC
>
> > /home/dfishbein/Desktop/sage-4.4.4-linux-32bit-ubuntu_10.04_lts-i686-
> > Linux/local/lib/python2.6/site-packages/sage/misc/misc.py in
> > <module>()
> >     36
> >     37 import operator, os, stat, socket, sys, signal, time, weakref,
> > resource, math
> > ---> 38 import sage.misc.prandom as random
> >     39
> >     40 from banner import version, banner
>
> > /home/dfishbein/Desktop/sage-4.4.4-linux-32bit-ubuntu_10.04_lts-i686-
> > Linux/local/lib/python2.6/site-packages/sage/misc/prandom.py in
> > <module>()
> >     54 # setting seeds should only be done through
> > sage.misc.randstate .
>
> >     55
> > ---> 56 from sage.misc.randstate import current_randstate
> >     57
> >     58 def _pyrand():
>
> > ImportError: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.11' not
> > found (required by /home/dfishbein/Desktop/sage-4.4.4-linux-32bit-
> > ubuntu_10.04_lts-i686-Linux/local/lib/libpari-gmp.so.2)
> > WARNING: Failure executing code: 'import sage.misc.preparser_ipython;
> > sage.misc.preparser_ipython.magma_colon_equals=True'
> > ---------------------------------------------------------------------------
> > ImportError                               Traceback (most recent call
> > last)
>
> > /home/dfishbein/Desktop/sage-4.4.4-linux-32bit-ubuntu_10.04_lts-i686-
> > Linux/local/lib/python2.6/site-packages/IPython/ipmaker.pyc in
> > force_import(modname)
> >     64         reload(sys.modules[modname])
> >     65     else:
> > ---> 66         __import__(modname)
> >     67
> >     68
>
> > /home/dfishbein/Desktop/sage-4.4.4-linux-32bit-ubuntu_10.04_lts-i686-
> > Linux/local/bin/ipy_profile_sage.py in <module>()
> >      1 import os
> >      2 if 'SAGE_CLEAN' not in os.environ:
> > ----> 3     import sage.misc.misc
> >      4     from sage.misc.interpreter import preparser, _ip
> >      5     preparser(True)
>
> > /home/dfishbein/Desktop/sage-4.4.4-linux-32bit-ubuntu_10.04_lts-i686-
> > Linux/local/lib/python2.6/site-packages/sage/misc/misc.py in
> > <module>()
> >     36
> >     37 import operator, os, stat, socket, sys, signal, time, weakref,
> > resource, math
> > ---> 38 import sage.misc.prandom as random
> >     39
> >     40 from banner import version, banner
>
> > /home/dfishbein/Desktop/sage-4.4.4-linux-32bit-ubuntu_10.04_lts-i686-
> > Linux/local/lib/python2.6/site-packages/sage/misc/prandom.py in
> > <module>()
> >     54 # setting seeds should only be done through
> > sage.misc.randstate .
>
> >     55
> > ---> 56 from sage.misc.randstate import current_randstate
> >     57
> >     58 def _pyrand():
>
> > ImportError: /lib/tls/i686/cmov/libc.so.6: version `GLIBC_2.11' not
> > found (required by /home/dfishbein/Desktop/sage-4.4.4-linux-32bit-
> > ubuntu_10.04_lts-i686-Linux/local/lib/libpari-gmp.so.2)
> > Error importing ipy_profile_sage - perhaps you should run %upgrade?
> > WARNING: Loading of ipy_profile_sage failed.
>
> > WARNING: Readline services not available on this platform.
> > WARNING: The auto-indent feature requires the readline library
> > <ERROR: name 'sage_prompt' is not defined>
> > KeyboardInterrupt
> > <ERROR: name 'sage_prompt' is not defined>
>
> > --
> > To post to this group, send email to sage-support@googlegroups.com
> > To unsubscribe from this group, send email to 
> > sage-support+unsubscr...@googlegroups.com
> > For more options, visit this group 
> > athttp://groups.google.com/group/sage-support
> > URL:http://www.sagemath.org
>
> --
> William Stein
> 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 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to