Yes, that's it.

Christophe BAL
Le 16 août 2014 14:58, "Dima Pasechnik" <dimp...@gmail.com> a écrit :

> On 2014-08-16, Christophe Bal <projet...@gmail.com> wrote:
> > --089e013cba22d420490500bb2fa6
> > Content-Type: text/plain; charset=UTF-8
> >
> > Hello.
> >
> > Under Ubuntu 14, the latest version 6.3 contains some files not goood
> EOF.
>
> Do you mean the binary distribution of Sage 6.3 for Ubuntu 14?
>
> And you get this by typing 'notebook()' at the Sage prompt?
> >
> > Best regards.
> > Christophe BAL
> >
> >
> > PS : Here is the error message with all the files concerned.
> >
> >
> ---------------------------------------------------------------------------
> > EOFError                                  Traceback (most recent call
> last)
> ><ipython-input-1-3728cb3d7c7d> in <module>()
> > ----> 1 notebook()
> >
> > ~/sage-6.3/local/lib/python2.7/site-packages/sage/misc/lazy_import.so in
> > sage.misc.lazy_import.LazyImport.__call__
> > (build/cythonized/sage/misc/lazy_import.c:3000)()
> >
> >
> ~/sage-6.3/local/lib/python2.7/site-packages/sagenb-0.10.8.2-py2.7.egg/sagenb/notebook/notebook_object.pyc
> > in __call__(self, *args, **kwds)
> >     226     """
> >     227     def __call__(self, *args, **kwds):
> > --> 228         return self.notebook(*args, **kwds)
> >     229
> >     230     notebook = run_notebook.notebook_run
> >
> >
> ~/sage-6.3/local/lib/python2.7/site-packages/sagenb-0.10.8.2-py2.7.egg/sagenb/notebook/run_notebook.pyc
> > in notebook_run(self, directory, port, interface, port_tries, secure,
> > reset, accounts, openid, server_pool, ulimit, timeout, doc_timeout,
> upload,
> > automatic_login, start_path, fork, quiet, server, profile, subnets,
> > require_login, open_viewer, address)
> >     527     # if none use defaults
> >     528
> > --> 529     nb = notebook.load_notebook(directory)
> >     530
> >     531     directory = nb._dir
> >
> >
> ~/sage-6.3/local/lib/python2.7/site-packages/sagenb-0.10.8.2-py2.7.egg/sagenb/notebook/notebook.pyc
> > in load_notebook(dir, interface, port, secure, user_manager)
> >    1809
> >    1810     dir = make_path_relative(dir)
> > -> 1811     nb = Notebook(dir)
> >    1812     nb.interface = interface
> >    1813     nb.port = port
> >
> >
> ~/sage-6.3/local/lib/python2.7/site-packages/sagenb-0.10.8.2-py2.7.egg/sagenb/notebook/notebook.pyc
> > in __init__(self, dir, user_manager)
> >     148         # Set the list of users
> >     149         try:
> > --> 150             S.load_users(self._user_manager)
> >     151         except IOError:
> >     152             pass
> >
> >
> ~/sage-6.3/local/lib/python2.7/site-packages/sagenb-0.10.8.2-py2.7.egg/sagenb/storage/filesystem_storage.pyc
> > in load_users(self, user_manager)
> >     265             {'admin': admin, 'wstein': wstein}
> >     266         """
> > --> 267         for user in
> > self._basic_to_users(self._load('users.pickle')).itervalues():
> >     268             user_manager.add_user_object(user, force=True)
> >     269             user_manager.set_password(user.username(),
> > user.password(), encrypt = False)
> >
> >
> ~/sage-6.3/local/lib/python2.7/site-packages/sagenb-0.10.8.2-py2.7.egg/sagenb/storage/filesystem_storage.pyc
> > in _load(self, filename)
> >     165     def _load(self, filename):
> >     166         with open(self._abspath(filename)) as f:
> > --> 167             result = cPickle.load(f)
> >     168         return result
> >     169
> >
>
> --
> You received this message because you are subscribed to the Google Groups
> "sage-support" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sage-support+unsubscr...@googlegroups.com.
> To post to this group, send email to sage-support@googlegroups.com.
> Visit this group at http://groups.google.com/group/sage-support.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to