[27627] in Athena Bugs
Debathena: sage (fwd)
daemon@ATHENA.MIT.EDU (Benjamin Kaduk)
Tue Jul 16 20:58:12 2013
Date: Tue, 16 Jul 2013 20:58:01 -0400 (EDT)
From: Benjamin Kaduk <kaduk@mit.edu>
To: sage-locker@mit.edu
Message-ID: <alpine.GSO.1.10.1307162052460.26275@multics.mit.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
Cc: bugs@mit.edu
Errors-To: bugs-bounces@mit.edu
I am pretty sure that this is not actually a problem with the sage locker,
but I just thought I'd double-check that 'maxima' does not mean anything
to you (well, other than the stationary point).
Thanks,
Ben
---------- Forwarded message ----------
Date: Tue, 16 Jul 2013 13:15:52 -0400
From: evanchen@MIT.EDU
To: bugs@mit.edu
Subject: Debathena: sage
System name: W20-575-45
Type: x86_64
Display type: Advanced Micro Devices [AMD] nee ATI RV620 LE [Radeon HD 3450]
Shell: /bin/athena/bash
Window manager: unknown
Desktop session: athena
1) What were you trying to do?
Run sage:
$ add sage
$ sage
2) What happened?
"sage" fails with a Python exception:
evanchen@W20-575-45 ~/Documents/simulator
$ sage
maxima: Locker unknown.
----------------------------------------------------------------------
| Sage Version 4.8, Release Date: 2012-01-20 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
Traceback (most recent call last):
File "/afs/sipb.mit.edu/project/sage/sage-4.8/sage-4.8-linux-64bit-ubuntu_10.04.3_lts-x86_64-Linux/local/bin/sage-ipython", line 18, in <module>
import IPython
File "/afs/sipb.mit.edu/project/sage/sage-4.8/sage-4.8-linux-64bit-ubuntu_10.04.3_lts-x86_64-Linux/local/lib/python2.6/site-packages/IPython/__init__.py", line 58, in <module>
__import__(name,glob,loc,[])
File "/afs/sipb.mit.edu/project/sage/sage-4.8/sage-4.8-linux-64bit-ubuntu_10.04.3_lts-x86_64-Linux/local/lib/python2.6/site-packages/IPython/ipstruct.py", line 17, in <module>
from IPython.genutils import list2dict2
File "/afs/sipb.mit.edu/project/sage/sage-4.8/sage-4.8-linux-64bit-ubuntu_10.04.3_lts-x86_64-Linux/local/lib/python2.6/site-packages/IPython/genutils.py", line 53, in <module>
from IPython.external.path import path
File "/afs/sipb.mit.edu/project/sage/sage-4.8/sage-4.8-linux-64bit-ubuntu_10.04.3_lts-x86_64-Linux/local/lib/python2.6/site-packages/IPython/external/path.py", line 35, in <module>
import md5
File "/afs/sipb.mit.edu/project/sage/sage-4.8/sage-4.8-linux-64bit-ubuntu_10.04.3_lts-x86_64-Linux/local/lib/python/md5.py", line 10, in <module>
from hashlib import md5
File "/afs/sipb.mit.edu/project/sage/sage-4.8/sage-4.8-linux-64bit-ubuntu_10.04.3_lts-x86_64-Linux/local/lib/python/hashlib.py", line 136, in <module>
md5 = __get_builtin_constructor('md5')
File "/afs/sipb.mit.edu/project/sage/sage-4.8/sage-4.8-linux-64bit-ubuntu_10.04.3_lts-x86_64-Linux/local/lib/python/hashlib.py", line 63, in __get_builtin_constructor
import _md5
ImportError: No module named _md5
3) What should have happened?
Sage should not crash :)
4) Does this problem happen only on this workstation, or other workstations?
Persistent across other workstations.
5) If you were following instructions, please include the URL or a
description of the documentation:
(e.g. a "problem set for 18.03" or http://ist.mit.edu)