FIXED: I was suspecting something was corrupted, or there was permission problems.
I ended up moving my sage_notebook.sagenb out, which was then re- created. Everything was fine then: I then just copied over what was in the user folder for each wb, and I'm back in business! On Aug 8, 7:28 pm, Ryan <[email protected]> wrote: > Greetings, > > I had a working 4.5 version, but since either an OS upgrade to Mac > 10.6.8, the below error happens when clicking "evaluate" on the > Notebook. Sage from the command line isn't affected, and saw nothing > in the forums about this. > > I upgraded to 4.7 on OSX 10.6, and the same problem happened. Is there > file permission problems or something going on, or did 10.6.8 break > something fundamental? > > 2011-08-07 21:01:41+0900 [HTTPChannel,0,127.0.0.1] Unhandled Error > Traceback (most recent call last): > File "/tmp/sage-mac-app/local/lib/python2.6/site-packages/ > Twisted-9.0.0-py2.6-macosx-10.6-i386.egg/twisted/internet/defer.py", > line 625, in gotResult > _deferGenerator(g, deferred) > File "/tmp/sage-mac-app/local/lib/python2.6/site-packages/ > Twisted-9.0.0-py2.6-macosx-10.6-i386.egg/twisted/internet/defer.py", > line 602, in _deferGenerator > deferred.callback(result) > File "/tmp/sage-mac-app/local/lib/python2.6/site-packages/ > Twisted-9.0.0-py2.6-macosx-10.6-i386.egg/twisted/internet/defer.py", > line 238, in callback > self._startRunCallbacks(result) > File "/tmp/sage-mac-app/local/lib/python2.6/site-packages/ > Twisted-9.0.0-py2.6-macosx-10.6-i386.egg/twisted/internet/defer.py", > line 307, in _startRunCallbacks > self._runCallbacks() > --- <exception caught here> --- > File "/tmp/sage-mac-app/local/lib/python2.6/site-packages/ > Twisted-9.0.0-py2.6-macosx-10.6-i386.egg/twisted/internet/defer.py", > line 323, in _runCallbacks > self.result = callback(self.result, *args, **kw) > File "/tmp/sage-mac-app/local/lib/python2.6/site-packages/ > Twisted-9.0.0-py2.6-macosx-10.6-i386.egg/twisted/web2/resource.py", > line 230, in <lambda> > ).addCallback(lambda res: self.render(request)) > File "/tmp/sage-mac-app/devel/sagenb/sagenb/notebook/twist.py", > line 1244, in render > notebook.add_to_user_history(H, self.username) > File "/tmp/sage-mac-app/devel/sagenb/sagenb/notebook/notebook.py", > line 956, in add_to_user_history > history = self.user_history(username) > File "/tmp/sage-mac-app/devel/sagenb/sagenb/notebook/notebook.py", > line 938, in user_history > for hunk in self.__storage.load_user_history(username): > File "/tmp/sage-mac-app/devel/sagenb/sagenb/storage/ > filesystem_storage.py", line 251, in load_user_history > return self._load(filename) > File "/tmp/sage-mac-app/devel/sagenb/sagenb/storage/ > filesystem_storage.py", line 134, in _load > return cPickle.load(open(self._abspath(filename))) > exceptions.EOFError: -- 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 URL: http://www.sagemath.org
