I am getting the following error when I try to load the notebook. It
just happened out of nowhere. I reinstalled Sage (different
versions) with no luck. This only happens on my iMac. Sage runs fine
on my MacBook. Can I just delete the notebook and start over? If so,
how do I do that?
Tom
Sage Version 4.6.2, Release Date: 2011-02-25 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: notebook()
---------------------------------------------------------------------------
EOFError Traceback (most recent call
last)
/Users/twjudson/.sage/<ipython console> in <module>()
/Applications/Sage-4.6.2-OSX-32bit-10.5.app/Contents/Resources/sage/
devel/sagenb/sagenb/notebook/notebook_object.pyc in __call__(self,
*args, **kwds)
215 """
216 def __call__(self, *args, **kwds):
--> 217 return self.notebook(*args, **kwds)
218
219 notebook = run_notebook.notebook_twisted
/Applications/Sage-4.6.2-OSX-32bit-10.5.app/Contents/Resources/sage/
devel/sagenb/sagenb/notebook/run_notebook.pyc in
notebook_twisted(self, directory, port, interface, address,
port_tries, secure, reset, accounts, require_login, server_pool,
ulimit, timeout, open_viewer, sagetex_path, start_path, fork, quiet,
subnets)
172 print '*'*70
173
--> 174 nb = notebook.load_notebook(directory)
175
176 directory = nb._dir
/Applications/Sage-4.6.2-OSX-32bit-10.5.app/Contents/Resources/sage/
devel/sagenb/sagenb/notebook/notebook.pyc in load_notebook(dir,
interface, port, secure)
1704
1705 dir = make_path_relative(dir)
-> 1706 nb = Notebook(dir)
1707 nb.interface = interface
1708 nb.port = port
/Applications/Sage-4.6.2-OSX-32bit-10.5.app/Contents/Resources/sage/
devel/sagenb/sagenb/notebook/notebook.pyc in __init__(self, dir)
93 # Set the list of users
94 try:
---> 95 self.__users = S.load_users()
96 except IOError:
97 self.__users = {}
/Applications/Sage-4.6.2-OSX-32bit-10.5.app/Contents/Resources/sage/
devel/sagenb/sagenb/storage/filesystem_storage.pyc in load_users(self)
211 {'admin': admin, 'wstein': wstein}
212 """
--> 213 return
self._basic_to_users(self._load('users.pickle'))
214
215 def save_users(self, users):
/Applications/Sage-4.6.2-OSX-32bit-10.5.app/Contents/Resources/sage/
devel/sagenb/sagenb/storage/filesystem_storage.pyc in _load(self,
filename)
132
#########################################################################
133 def _load(self, filename):
--> 134 return cPickle.load(open(self._abspath(filename)))
135
136 def _save(self, obj, filename, ):
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