I had problems with the upgrade, from sage 3.0 to sage 3.03 After upgrading, the next problem arose.
%% [EMAIL PROTECTED]:~/sage$ ./sage ---------------------------------------------------------------------- | SAGE Version 3.0, Release Date: 2008-04-22 | | Type inotebook() for the GUI, and license() for information. | ---------------------------------------------------------------------- --------------------------------------------------------------------------- ImportError Traceback (most recent call last) /home/jluyos/sage/local/bin/<ipython console> in <module>() /home/jluyos/sage/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/jluyos/sage/local/lib/python2.5/site-packages/sage/all.py in <module>() 56 get_sigs() 57 ---> 58 from sage.misc.all import * # takes a while 59 60 from sage.misc.sh import sh /home/jluyos/sage/local/lib/python2.5/site-packages/sage/misc/all.py in <module>() 74 from func_persist import func_persist 75 ---> 76 from functional import (additive_order, 77 sqrt as numerical_sqrt, 78 arg, /home/jluyos/sage/local/lib/python2.5/site-packages/sage/misc/ functional.py in <module>() 32 33 ---> 34 from sage.rings.complex_double import CDF 35 from sage.rings.real_double import RDF, RealDoubleElement 36 /home/jluyos/sage/local/bin/integer.pxd in sage.rings.complex_double (sage/rings/complex_double.c:9324)() /home/jluyos/sage/local/bin/integer.pyx in sage.rings.integer (sage/ rings/integer.c:22427)() ImportError: No module named allocator sage: 2+2 --------------------------------------------------------------------------- NameError Traceback (most recent call last) /home/jluyos/sage/local/bin/<ipython console> in <module>() NameError: name 'Integer' is not defined sage: %% Please Do what I do? --~--~---------~--~----~------------~-------~--~----~ 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://www.sagemath.org -~----------~----~----~----~------~----~------~--~---