> > > I have the following error appear when I try to start the sage notebook. > I am hoping to get a copy of the files in my sagen oebook > > I am runing the SAGE live usb, latest > > 1. /opt/sagemath/sage-6.5-i686-Linux/local/lib/python2.7/site-packages/ sagenb-0.11.4-py2.7.egg/sagenb/storage/filesystem_storage.pyc in _user_path(self, username) 2. 119 3. 120 #Move the directory to the __store__ directory 4. --> 121 os.rename(path, new_path) 5. 122 6. 123 #new_path now points to the actual directory 7. 8. OSError: [Errno 21] Is a directory
That's an error I haven't seen before, especially since it's supposed to BE a directory. Where are you running Sage from as a command? If you want to see where your actual notebook files live, you can look in (typically) HOME/.sage/sage_notebook.sagenb/home/admin/ (in general it would be in DOT_SAGE which you may have set differently). -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
