Hi:
It appears that sage builds fine from source (using "make")
but when I tried to run sage it raised an import error. Does
this ring a bell or does it seem like a corrupted download?
- David Joyner
SAGE build/upgrade complete!
[EMAIL PROTECTED]:~/wdj/sagefiles/sage-3.0.1$ ./sage
----------------------------------------------------------------------
| SAGE Version 3.0.1, Release Date: 2008-05-04 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
---------------------------------------------------------------------------
<type 'exceptions.ImportError'> Traceback (most recent call last)
/mnt/drive_hda1/sagefiles/sage-3.0.1/local/bin/<ipython console> in <module>()
/home/wdj/wdj/sagefiles/sage-3.0.1/local/lib/python2.5/site-packages/sage/all_cmdline.py
in <module>()
12 try:
13
---> 14 from sage.all import *
15 from sage.calculus.predefined import x
16 preparser(on=True)
/home/wdj/wdj/sagefiles/sage-3.0.1/local/lib/python2.5/site-packages/sage/all.py
in <module>()
60 from sage.misc.sh import sh
61
---> 62 from sage.libs.all import *
63
64 get_sigs()
/home/wdj/wdj/sagefiles/sage-3.0.1/local/lib/python2.5/site-packages/sage/libs/all.py
in <module>()
10 from sage.libs.pari.all import pari, pari_gen, allocatemem, PariError
11
---> 12 from sage.libs.mwrank.all import (mwrank_EllipticCurve,
mwrank_MordellWeil,
13 mwrank_initprimes,
14 set_precision as
mwrank_set_precision)
/home/wdj/wdj/sagefiles/sage-3.0.1/local/lib/python2.5/site-packages/sage/libs/mwrank/all.py
in <module>()
8 set_precision)
9
---> 10 from mwrank import initprimes as mwrank_initprimes
11
12
<type 'exceptions.ImportError'>:
/home/wdj/wdj/sagefiles/sage-3.0.1/local/lib/python2.5/site-packages/sage/libs/mwrank/mwrank.so:
undefined symbol: mw_del
sage:
--~--~---------~--~----~------------~-------~--~----~
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-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---