I built sage-2.1.2 using gcc-4.1.1 on my
pentium4-pc-linux-gnu.  It fails the
test of "start then quit and see if exits
normally".

% ./sage
----------------------------------------------------------------------
| SAGE Version 2.1.2, Release Date: 2007-02-15                       |
| Type notebook() for the GUI, and license() for information.        |
----------------------------------------------------------------------

sage: quit;
Exiting SAGE (CPU time 0m0.00s, Wall time 0m1.92s).
Exiting spawned Gap process.
---------------------------------------------------------------------------
<type 'exceptions.ImportError'>           Traceback (most recent call last)

/home/kate/sage/sage-2.1.2-x86-Linux/<ipython console> in <module>()

/home/kate/sage/sage-2.1.2-x86-Linux/local/lib/python2.5/site-packages/IPython/iplib.py
in ipmagic(self, arg_s)
    899         else:
    900             magic_args = self.var_expand(magic_args)
--> 901             return fn(magic_args)
    902
    903     def ipalias(self,arg_s):

/home/kate/sage/sage-2.1.2-x86-Linux/local/lib/python2.5/site-packages/IPython/Magic.py
in magic_quit(self, parameter_s)
   2297         """Exit IPython, confirming if configured to do so
(like %exit)"""
   2298
-> 2299         self.shell.exit()
   2300
   2301     def magic_Exit(self, parameter_s=''):

/home/kate/sage/sage-2.1.2-x86-Linux/local/lib/python2.5/site-packages/sage/all.py
in _quit_sage_(self)
    267         self.exit_now = True
    268     if self.exit_now:
--> 269         quit_sage()
    270         self.exit_now = True
    271     return self.exit_now

/home/kate/sage/sage-2.1.2-x86-Linux/local/lib/python2.5/site-packages/sage/all.py
in quit_sage(verbose)
    250
    251     # if we are in dsage mode, set to false.
--> 252     import sage.dsage.scripts.dsage_activate as activate
    253     activate.in_dsage_mode = False
    254

<type 'exceptions.ImportError'>: No module named dsage_activate
%

Kate Minola
University of Maryland, College Park

--~--~---------~--~----~------------~-------~--~----~
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/
-~----------~----~----~----~------~----~------~--~---

Reply via email to