On Sunday 13 January 2008, William Stein wrote:
> On 1/10/08, bill purvis <[EMAIL PROTECTED]> wrote:
> > On Thursday 10 January 2008, William Stein wrote:
> > > ... <snip>
> > > ...
> > > For efficiency reasons that nb.sobj is not compressed. Do:
> > >
> > > sage: pwd
> > > '/Users/was/.sage'
> > > sage: nb = load('sage_notebook/nb.sobj', compress=False)
> >
> > Thanks for that - it now works OK, except:
> > When I try to login as Bill it says
> >
> > login name invalid.
> > Valid login names: admin
> >
> > logged in as admin again and typed:
> >
> > nb = load(....)
> > nb.users()
> > {'admin':admin, 'bill':bill, '_sage_':sage, 'guest':guest }
> >
> > I suspect that the second entry should be 'bill':user.
>
> No it should be 'bill':bill, since what is happening is that
> it's listing 'bill' and the Python object that corresponds to the
> user 'bill', which prints as bill.
>
> > I originally typed
> >
> > nb.add_user('bill','password','[EMAIL PROTECTED]','user')
> >
> > tried again (after deleting the user) omitting the fourth argument
> > ('user')but it gives the same result with nb.users().
>
> What options are you giving to the notebook command, e.g.,
> sage: notebook(...??)
>
> William
>
Sorry for delay in responding - I've been away for 36+ hours.
I'm just running 'sage -notebook'.
Actually, I've moved onto 2.10.alpha1 now and find that notebook isn't
working at all for me. If you want me to try anything with 2.9 I can still
switch back (indeed, I'll have to unless we can sort it the 2.10... problem).
Bill
--
+---------------------------------------+
| Bill Purvis, Amateur Mathematician |
| email: [EMAIL PROTECTED] |
| http://bil.members.beeb.net |
+---------------------------------------+
--~--~---------~--~----~------------~-------~--~----~
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
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---