On May 9, 10:53 am, "William Stein" <[EMAIL PROTECTED]> wrote:
> I think you should reinstall from scratch. The "sage -upgrade" procedure
> isn't totally bullet proof.
>
> On 5/9/07, kcrisman <[EMAIL PROTECTED]> wrote:
>
>
>
As I have discovered - the commands "plot", "show", "notebook()", and
"2+2" are all non-functional. Yikes! Maybe I'll use the tarball
instead.
Thanks.
>
>
> > Using sage -upgrade which built ok (on Mac PowerPC running OSX.4),
> > except reporting an error installing matplotlib, had an importing
> > error upon running SAGE. Will append relevant last call here, then at
> > bottom the whole error report. It seems minor but thought useful to
> > report. The refs. to sage-2.4 are erroneous; sage -upgrade doesn't
> > change the name of the folder you build in.
>
> > /Applications/sage-2.4-PowerMacintosh-Darwin/local/lib/python2.5/site-
> > packages/sage/matrix/matrix_space.py in <module>()
> > 24 import matrix_generic_sparse
> > 25
> > ---> 26 import matrix_modn_dense
> > 27 import matrix_modn_sparse
> > 28
>
> > /Applications/sage-2.4-PowerMacintosh-Darwin/local/bin/linbox.pxd in
> > matrix_modn_dense()
>
> > <type 'exceptions.ImportError'>: dlopen(/Applications/sage-2.4-
> > PowerMacintosh-Darwin/local/lib/python2.5/site-packages/sage/libs/
> > linbox/linbox.so, 2): Symbol not found:
> > _linbox_integer_dense_smithform
> > Referenced from: /Applications/sage-2.4-PowerMacintosh-Darwin/local/
> > lib/python2.5/site-packages/sage/libs/linbox/linbox.so
> > Expected in: /Applications/sage-2.4-PowerMacintosh-Darwin/local/lib//
> > liblinboxwrap.0.dylib
>
> > ++++++++++++++++++++++++++++
>
> > ----------------------------------------------------------------------
> > | SAGE Version 2.5, Release Date: 2007-05-08 |
> > | Type notebook() for the GUI, and license() for information. |
> > ----------------------------------------------------------------------
>
> > ---------------------------------------------------------------------------
> > <type 'exceptions.ImportError'> Traceback (most recent call
> > last)
>
> > /Applications/sage-2.4-PowerMacintosh-Darwin/local/bin/<ipython
> > console> in <module>()
>
> > /Applications/sage-2.4-PowerMacintosh-Darwin/local/lib/python2.5/site-
> > packages/sage/all_cmdline.py in <module>()
> > 3 try:
> > 4
> > ----> 5 from sage.all import *
> > 6
> > 7 except ValueError, msg:
>
> > /Applications/sage-2.4-PowerMacintosh-Darwin/local/lib/python2.5/site-
> > packages/sage/all.py in <module>()
> > 58
> > 59 from sage.libs.all import *
> > ---> 60 from sage.rings.all import *
> > 61 from sage.matrix.all import *
> > 62
>
> > /Applications/sage-2.4-PowerMacintosh-Darwin/local/lib/python2.5/site-
> > packages/sage/rings/all.py in <module>()
> > 141 from bernoulli_mod_p import bernoulli_mod_p
> > 142
> > --> 143 from morphism import is_RingHomomorphism
> > 144
> > 145 from homset import is_RingHomset
>
> > /Applications/sage-2.4-PowerMacintosh-Darwin/local/lib/python2.5/site-
> > packages/sage/rings/morphism.py in <module>()
> > 292
> > #**************************************************************************
> > ***
> > 293
> > --> 294 from sage.categories.all import Morphism, is_Homset, Sets
> > 295 import ideal
> > 296
>
> > /Applications/sage-2.4-PowerMacintosh-Darwin/local/lib/python2.5/site-
> > packages/sage/categories/all.py in <module>()
> > 2 Elements,
> > 3 Sequences,
> > 4 Objects,
> > 5 Sets,
> > 6 GSets,
>
> > /Applications/sage-2.4-PowerMacintosh-Darwin/local/lib/python2.5/site-
> > packages/sage/categories/category.py in <module>()
> > 58 import weakref
> > 59 import sage.rings.all
> > ---> 60 import sage.algebras.all
> > 61 from sage.misc.latex import latex
> > 62 from sage.structure.sage_object import SageObject
>
> > /Applications/sage-2.4-PowerMacintosh-Darwin/local/lib/python2.5/site-
> > packages/sage/algebras/all.py in <module>()
> > 26
> > 27 from free_algebra import FreeAlgebra, is_FreeAlgebra
> > ---> 28 from free_algebra_quotient import FreeAlgebraQuotient
> > 29 from quaternion_algebra import (QuaternionAlgebra,
> > QuaternionAlgebraWithInnerProduct,
> > 30 QuaternionAlgebraWithGramMatrix,
> > QuaternionAlgebraWithDiscriminants,
>
> > /Applications/sage-2.4-PowerMacintosh-Darwin/local/lib/python2.5/site-
> > packages/sage/algebras/free_algebra_quotient.py in <module>()
> > 19
> > 20 from sage.rings.integer import Integer
> > ---> 21 from sage.modules.free_module import FreeModule
> > 22 from sage.monoids.free_monoid import FreeMonoid
> > 23 from sage.monoids.free_monoid_element import FreeMonoidElement
>
> > /Applications/sage-2.4-PowerMacintosh-Darwin/local/lib/python2.5/site-
> > packages/sage/modules/free_module.py in <module>()
> > 100 import module
> > 101
> > --> 102 import sage.matrix.matrix_space
> > 103
> > 104 import sage.misc.latex as latex
>
> > /Applications/sage-2.4-PowerMacintosh-Darwin/local/lib/python2.5/site-
> > packages/sage/matrix/matrix_space.py in <module>()
> > 24 import matrix_generic_sparse
> > 25
> > ---> 26 import matrix_modn_dense
> > 27 import matrix_modn_sparse
> > 28
>
> > /Applications/sage-2.4-PowerMacintosh-Darwin/local/bin/linbox.pxd in
> > matrix_modn_dense()
>
> > <type 'exceptions.ImportError'>: dlopen(/Applications/sage-2.4-
> > PowerMacintosh-Darwin/local/lib/python2.5/site-packages/sage/libs/
> > linbox/linbox.so, 2): Symbol not found:
> > _linbox_integer_dense_smithform
> > Referenced from: /Applications/sage-2.4-PowerMacintosh-Darwin/local/
> > lib/python2.5/site-packages/sage/libs/linbox/linbox.so
> > Expected in: /Applications/sage-2.4-PowerMacintosh-Darwin/local/lib//
> > liblinboxwrap.0.dylib
>
> --
> William Stein
> Associate Professor of Mathematics
> University of Washingtonhttp://www.williamstein.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/
-~----------~----~----~----~------~----~------~--~---