Le mardi 31 juillet 2012 14:20:14 UTC+2, jori.ma...@uta.fi a écrit : > > I am setting up Sage 5.1 on Ubuntu 12.04. > > I have done > > sage -sh > $ easy_install python-ldap > > and > > cd $SAGE_ROOT/devel > git clone -b ldap https://github.com/rmartinjak/sagenb.git sagenb-ldap > ln -s sagenb sagenb-ldap > > and tried setup.py develop and setup.py install. Now this gives me webpage > with login box: > > notebook(interface='', secure=False, port=12345) > > but if I try with secure=True, I got > > Failed to load application: cannot import name crypto > > Your error is probably longer then the above right? Can you post the full traceback. It might help to get to know where it is trying to import the name "crypto" from.
Did you read: https://github.com/rmartinjak/sagenb/tree/ldap to be precise the part about SSL Support? The things said there might also help. > What to install? > > * * * > > When trying to log in I just get "Error: Username is not in the system". > Where can I look logs to see what went wrong? There is propably something > wrong in $SAGE_ROOT/devel/sagenb-ldap/sagenb/notebook/server_conf.py but > how to see what? > > -- > Jori Mï¿œntysalo > -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org