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
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