On 7/28/07, Paul F. Kunz <[EMAIL PROTECTED]> wrote: > ------- Start of forwarded message ------- > > I built and ran Sage without problem on my local desktop disk, but > when I follow the same procedure on a AFS file system
I've never heard of AFS before, and never heard of anybody testing a SAGE build on AFS before. Do you have any idea what might be different? I assume AFS is this: http://www.psc.edu/general/filesys/afs/afs.html Does a binary of SAGE work on the AFS file system? >, Sage does not > run. Upon startup I get > > ki-rh19> sage > - ---------------------------------------------------------------------- > | SAGE Version 2.7.1, Release Date: 2007-07-24 | > | Type notebook() for the GUI, and license() for information. | > - ---------------------------------------------------------------------- > Traceback (most recent call last): > File "/afs/slac/g/ki/lib/sage-2.7.1/local/bin/sage-cleaner", line 21, in > <module> > import os, shutil, sys, time, socket > ImportError: No module named time > Traceback (most recent call last): > File "/afs/slac/g/ki/lib/sage-2.7.1/local/bin/sage-ipython", line 10, in > <module> > import IPython > File > "/afs/slac/g/ki/lib/sage-2.7.1/local/lib/python2.5/site-packages/IPython/__init__.py", > line 60, in <module> > __import__(name,glob,loc,[]) > File > "/afs/slac/g/ki/lib/sage-2.7.1/local/lib/python2.5/site-packages/IPython/genutils.py", > line 27, in <module> > import shlex > File "/afs/slac/g/ki/lib/sage-2.7.1/local/lib/python2.5/shlex.py", line 12, > in <module> > from collections import deque > ImportError: No module named collections > ki-rh19> > > The same error occurs on Red Hat Enterprise Linux 3 and 4. I assume that's only under AFS? What happens when you type "sage -python"? Then if that works, what happens if you type "import time"? I suspect that Python itself failed to compile correctly on your system. William --~--~---------~--~----~------------~-------~--~----~ 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/ -~----------~----~----~----~------~----~------~--~---