I installed the Fedora 10 release of Sage 4.1 on a Fedora 11 machine.
When I invoke sage, it terminates with the following errors:
$ sage
----------------------------------------------------------------------
| Sage Version 4.1, Release Date: 2009-07-09 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/local/sage/local/bin/sage-ipython", line 18, in <module>
import IPython
File "/usr/local/sage/local/lib/python2.6/site-packages/IPython/
__init__.py", line 58, in <module>
__import__(name,glob,loc,[])
File "/usr/local/sage/local/lib/python2.6/site-packages/IPython/
ipstruct.py", line 22, in <module>
from IPython.genutils import list2dict2
File "/usr/local/sage/local/lib/python2.6/site-packages/IPython/
genutils.py", line 59, in <module>
from IPython.external.path import path
File "/usr/local/sage/local/lib/python2.6/site-packages/IPython/
external/path.py", line 35, in <module>
import md5
File "/usr/local/sage/local/lib/python/md5.py", line 10, in <module>
from hashlib import md5
File "/usr/local/sage/local/lib/python/hashlib.py", line 136, in
<module>
md5 = __get_builtin_constructor('md5')
File "/usr/local/sage/local/lib/python/hashlib.py", line 63, in
__get_builtin_constructor
import _md5
ImportError: No module named _md5
The machine's deault python has the file /usr/lib64/python2.6/lib-
dynload/_md5module.so, but there is no such file in /usr/local/
sage-4.1-linux-Fedora_release_10_Cambridge-x86_64-Linux/local/lib/
python2.6/lib-dynload/.
I had the same problem with 4.0.2 on F11, but not 3.0.5 (I think that
was the version) on F10.
Is this my problem or a sage problem?
TIA.
--~--~---------~--~----~------------~-------~--~----~
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://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---