This happens when loading any file, ideas on why?
[EMAIL PROTECTED]:~/Desktop/sage-2.5-linux_32bit-debian-i686-Linux
$ ./sage
----------------------------------------------------------------------
| SAGE Version 2.5, Release Date: 2007-05-08 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: load examples/calculus/newton_raphson.sage
---------------------------------------------------------------------------
<type 'exceptions.AttributeError'> Traceback (most recent call
last)
/home/brharris/Desktop/sage-2.5-linux_32bit-debian-i686-Linux/<ipython
console> in <module>()
/home/brharris/Desktop/sage-2.5-linux_32bit-debian-i686-Linux/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/brharris/Desktop/sage-2.5-linux_32bit-debian-i686-Linux/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/brharris/Desktop/sage-2.5-linux_32bit-debian-i686-Linux/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-support
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---