I built a fresh sage-2.5, and I'm getting two obnoxious errors:

[EMAIL PROTECTED]:~$ sage/sage test_poly.sage
/bin/sh: Can't open sage-python



sage: load test_poly.sage
---------------------------------------------------------------------------
<type 'exceptions.AttributeError'>        Traceback (most recent call last)

/home/boothby/<ipython console> in <module>()

/home/boothby/sagebuilds/sage-2.5/local/lib/python2.5/site-packages/IPython/iplib.py
 in ipmagic(self, arg_s)
     955         else:
     956             magic_args = self.var_expand(magic_args,1)
--> 957             return fn(magic_args)
     958
     959     def ipalias(self,arg_s):

/home/boothby/sagebuilds/sage-2.5/local/lib/python2.5/site-packages/IPython/Magic.py
 in magic_run(self, parameter_s, runner)
    1674             if restore_main:
    1675                 sys.modules['__main__'] = restore_main
-> 1676             self.shell.reloadhist()
    1677
    1678         return stats

/home/boothby/sagebuilds/sage-2.5/local/lib/python2.5/site-packages/IPython/iplib.py
 in reloadhist(self)
    1255
    1256         if self.has_readline:
-> 1257             self.readline.clear_history()
    1258             self.readline.read_history_file(self.shell.histfile)
    1259

<type 'exceptions.AttributeError'>: 'module' object has no attribute 
'clear_history'


--~--~---------~--~----~------------~-------~--~----~
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-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to