OK -- somehow I screwed up and pushed the alpha version of my code to the
hg repository. It's fixed now. Please do the following:
cd <SAGE_ROOT>
rm -rf devel/sage
rm -rf devel/sage-main
sage -f sage-1.4.1.2
Then
sage -br
On Thu, 19 Oct 2006 15:19:15 -0700, Jaap Spies <[EMAIL PROTECTED]> wrote:
>
> William Stein wrote:
>> Go do the devel/sage directory and type
>>
>> sage -hg update -C
>>
>> Then type sage -br.
>>
>
> Writing
> /home/jaap/downloads/sage-1.4.1.1/local/lib/python2.5/site-packages/sage
> -0.0.0-py2.5.egg-info
>
> real 1m42.422s
> user 1m37.438s
> sys 0m1.760s
> --------------------------------------------------------
> | SAGE Version 1.4.1.2, Build Date: 2006-10-19 |
> | Distributed under the GNU General Public License V2. |
> --------------------------------------------------------
>
>
> ---------------------------------------------------------------------------
> <type 'exceptions.ValueError'> Traceback (most recent call
> last)
>
> /home/jaap/work/downloads/sage-1.4.1.1/local/bin/<ipython console> in
> <module>()
>
> /home/jaap/downloads/sage-1.4.1.1/local/lib/python2.5/site-packages/sage/all.py
> in <module>()
> 52 get_sigs()
> 53
> ---> 54 from sage.misc.all import * # takes a while
> 55
> 56 from sage.libs.all import *
>
> /home/jaap/downloads/sage-1.4.1.1/local/lib/python2.5/site-packages/sage/misc/al
> l.py in <module>()
> 44 from func_persist import func_persist
> 45
> ---> 46 from functional import *
> 47
> 48 from latex import latex, view, lprint
>
> /home/jaap/downloads/sage-1.4.1.1/local/lib/python2.5/site-packages/sage/misc/fu
> nctional.py in <module>()
> 26 import math
> 27
> ---> 28 import sage.rings.all
> 29 import sage.categories.all
> 30 import sage.misc.latex
>
> /home/jaap/downloads/sage-1.4.1.1/local/lib/python2.5/site-packages/sage/rings/a
> ll.py in <module>()
> 124 from bernoulli_mod_p import bernoulli_mod_p
> 125
> --> 126 from morphism import is_RingHomomorphism
> 127
> 128 from homset import is_RingHomset
>
> /home/jaap/downloads/sage-1.4.1.1/local/lib/python2.5/site-packages/sage/rings/m
> orphism.py in <module>()
> 293
> #***********************************************************************
> ******
> 294
> --> 295 from sage.categories.all import Morphism, is_Homset, Sets
> 296 import ideal
> 297
>
> /home/jaap/downloads/sage-1.4.1.1/local/lib/python2.5/site-packages/sage/categor
> ies/all.py in <module>()
> 2 Elements,
> 3 Sequences,
> 4 Objects,
> 5 Sets,
> 6 GSets,
>
> /home/jaap/downloads/sage-1.4.1.1/local/lib/python2.5/site-packages/sage/categor
> ies/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
>
> /home/jaap/downloads/sage-1.4.1.1/local/lib/python2.5/site-packages/sage/algebra
> s/all.py in <module>()
> 27
> 28 from free_algebra import FreeAlgebra
> ---> 29 from free_algebra_quotient import FreeAlgebraQuotient
> 30 from quaternion_algebra import (QuaternionAlgebra,
> QuaternionAlgebraWith InnerProduct,
> 31 QuaternionAlgebraWithGramMatrix,
> QuaternionAlgebraWithDiscriminants ,
>
> /home/jaap/downloads/sage-1.4.1.1/local/lib/python2.5/site-packages/sage/algebra
> s/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
>
> /home/jaap/downloads/sage-1.4.1.1/local/lib/python2.5/site-packages/sage/modules
> /free_module.py in <module>()
> 77
> 78 # SAGE imports
> ---> 79 import sage.modules.free_module_element
> 80 import module
> 81
>
> /home/jaap/downloads/sage-1.4.1.1/local/lib/python2.5/site-packages/sage/modules
> /free_module_element.py in <module>()
> 11 import module_element
> 12
> ---> 13 import sage.matrix.matrix
> 14
> 15 def is_FreeModuleElement(x):
>
> /home/jaap/downloads/sage-1.4.1.1/local/lib/python2.5/site-packages/sage/matrix/
> matrix.py in <module>()
> 47 import sage.misc.latex as latex
> 48 import sage.matrix.dense_matrix_pyx as dense_matrix_pyx
> ---> 49 import sage.matrix.sparse_matrix_pyx as sparse_matrix_pyx
> 50
> 51 import sage.matrix.sparse_matrix
>
> /home/jaap/work/downloads/sage-1.4.1.1/local/bin/matrix_generic.pxd in
> sparse_ma trix_pyx()
>
> <type 'exceptions.ValueError'>: sage.matrix.matrix_generic.Matrix does
> not
> appea r to be the correct type object
>
> sage:
>
> Regards,
>
> Jaap
>
> >
--~--~---------~--~----~------------~-------~--~----~
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://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---