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.

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().

I should have said earlier, this is still 2.9 (.0).
I'm having disk space problems so I've not downloaded anything more
recent until I have resolved that problem.

Bill
-- 
+---------------------------------------+
| Bill Purvis, Amateur Mathematician    |
|  email: [EMAIL PROTECTED]                  |
|  http://bil.members.beeb.net          |
+---------------------------------------+

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
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/
-~----------~----~----~----~------~----~------~--~---

Reply via email to