On Nov 22, 1:46 pm, "Ondrej Certik" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> on sage.math, am I supposed to use:
>
> http://sagemath.org/SAGEbin/linux/64bit/sage-2.8.13-x86_64-use_this_o...
>
> ? I tried that and this is what I got:
>
> $ wgethttp://sagemath.org/SAGEbin/linux/64bit/sage-2.8.13-x86_64-use_this_o...
> $ tar xzf 
> sage-2.8.13-x86_64-use_this_only_on_the_computer_sage_dot_math-Linux.tar.gz
> $ cd sage-2.8.13-x86_64-Linux
> $ time ./sage
> ----------------------------------------------------------------------
> | SAGE Version 2.8.13, Release Date: 2007-11-21                      |
> | Type notebook() for the GUI, and license() for information.        |
> ----------------------------------------------------------------------
> The SAGE install tree may have moved.
> Regenerating Python.pyo and .pyc files that hardcode the install PATH
> (please wait less than a minute)...
> Please do not interrupt this.
> ---------------------------------------------------------------------------
> <type 'exceptions.ImportError'>           Traceback (most recent call last)
>
> /home/ondrej/sage-2.8.13-x86_64-Linux/local/bin/<string> in <module>()
>
> /home/ondrej/sage-2.8.13-x86_64-Linux/local/lib/python2.5/site-packages/sage/misc/preparser_ipython.py
> in <module>()
>       6 
> ###########################################################################
>       7
> ----> 8 import sage.misc.interpreter
>       9
>      10 import preparser
>
> /home/ondrej/sage-2.8.13-x86_64-Linux/local/lib/python2.5/site-packages/sage/misc/interpreter.py
> in <module>()
>     102
>     103 import os
> --> 104 import log
>     105
>     106 import remote_file
>
> /home/ondrej/sage-2.8.13-x86_64-Linux/local/lib/python2.5/site-packages/sage/misc/log.py
> in <module>()
>      51
>      52 import interpreter
> ---> 53 import latex
>      54 import misc
>      55
>
> /home/ondrej/sage-2.8.13-x86_64-Linux/local/lib/python2.5/site-packages/sage/misc/latex.py
> in <module>()
>      41 import random
>      42
> ---> 43 import sage.plot.all
>      44
>      45 from misc import tmp_dir
>
> /home/ondrej/sage-2.8.13-x86_64-Linux/local/lib/python2.5/site-packages/sage/plot/all.py
> in <module>()
>       2                   text, circle, disk, hue, graphics_array,
>       3                   list_plot, networkx_plot, parametric_plot,
>       4                   polar_plot, contour_plot, arrow,
>       5                   plot_vector_field, matrix_plot, bar_chart,
>       6                   is_Graphics,
>
> /home/ondrej/sage-2.8.13-x86_64-Linux/local/lib/python2.5/site-packages/sage/plot/plot.py
> in <module>()
>     126 
> ############################################################################
>     127
> --> 128 from sage.structure.sage_object import SageObject
>     129
>     130 ## IMPORTANT: Do *not* import matplotlib at module scope.  It takes a
>
> <type 'exceptions.ImportError'>: libcsage.so: cannot open shared
> object file: No such file or directory
> WARNING: Failure executing code: 'import sage.misc.preparser_ipython;
> sage.misc.preparser_ipython.magma_colon_equals=True'
> ---------------------------------------------------------------------------
> <type 'exceptions.ImportError'>           Traceback (most recent call last)
>
> /home/ondrej/sage-2.8.13-x86_64-Linux/local/bin/<ipython console> in 
> <module>()
>
> /home/ondrej/sage-2.8.13-x86_64-Linux/local/lib/python2.5/site-packages/sage/misc/misc.py
> in <module>()
>     334     return 0
>     335
> --> 336 from sage.misc.misc_c import prod
>     337
>     338 # alternative name for prod
>
> <type 'exceptions.ImportError'>: libcsage.so: cannot open shared
> object file: No such file or directory
> <ERROR: name 'sage_prompt' is not defined>
>
> So I think it's better to build it from source, right?

libcsage.so is missing in the binary, "sage -b" fixes that.

Cheers,

Michael

>
> Ondrej
--~--~---------~--~----~------------~-------~--~----~
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://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to