Since my last mail... I changed one or two things:

  I create a directory, exactly like http://wiki.sagemath.org/SageVirtualBox
(this should not be specific to VBox).

I add my 2 users sage and sage1 to a group sageusers.
chmod g+w nbfiles

I create the notebook.py file like this:

from sage.all import *
notebook(directory='/home/sage/nbfiles',server_pool=['sa...@localhost'],open_viewer=False,address='',secure=True,port=8001,timeout=3600,ulimit='-v
 
50000',accounts=True)

The only important difference with the wiki seems to be "secure=True".

and I do:
sage -python notebook.py

I can connect, and create a worksheet, but when I evaluate it, I get:

Traceback (click to the left for traceback)
...
THERE WAS AN ERROR LOADING THE SAGE LIBRARIES.  Try starting Sage from
the command line to see what the error is

...???

- Comparing to the preceding mail, I just understand that sage do not 
changes the rights on nbfiles, ok.
- But why this new problem ? And how to debug it ?
(I must solve this in teh next days, otherwise my experience using sage 
with a lot a students will stop!).

Yours

t.d.


--~--~---------~--~----~------------~-------~--~----~
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://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

<<attachment: tdumont.vcf>>

Reply via email to