On Wed, 29 Sep 2010 at 01:31PM -0700, Brian wrote: > If I start Sage from the command line, I get the following messages: > > **** > Please wait while the Sage Notebook server starts... > ... > Traceback (most recent call last): [...] > File "/home/sage/sage/local/lib/python2.6/site-packages/ > sagenb-0.7.5.3-py2.6.egg/sagenb/storage/filesystem_storage.py", line > 134, in _load > return cPickle.load(open(self._abspath(filename))) > EOFError
According to the Python documentation, EOFError is raised when Python expects some data from a file, but doesn't get any. My guess is that the virtual machine got shut down improperly, and some files didn't get written to disk correctly (or not at all). I'm not sure what to do to fix this. One guess is to edit the filesystem_storage.py file, and just above line 134, put something like "print self._abspath(filename)" to figure out what file it is looking for. Dan -- --- Dan Drake ----- http://mathsci.kaist.ac.kr/~drake -------
signature.asc
Description: Digital signature