Hi,
I’ve Mavericks installed on my Mac. The compiled version of Sage 5.12 works
perfectly (but I can’t compile it, it fails on polybori package). However, my
main problem is not that one.
I’m used to have my notebooks shared on a CloudMe folder.
Precisely I’ve two Mac with both Mavericks and sage-5.12 installed. My .profile
contains the line
export DOT_SAGENB=~/Documents/CloudMe/sage-notebooks
On the laptop A (the first to create the notebooks), it works like a charm. But
when I try to access the same notebooks on laptop B, I’ve the following error
message too cryptic for me.
Any help?
basilic:sage Laurent$ ./sage
┌────────────────────────────────────────────────────────────────────┐
│ Sage Version 5.12, Release Date: 2013-10-07 │
│ Type "notebook()" for the browser-based notebook interface. │
│ Type "help()" for help. │
└────────────────────────────────────────────────────────────────────┘
sage: notebook()
---------------------------------------------------------------------------
OSError Traceback (most recent call last)
<ipython-input-1-3728cb3d7c7d> in <module>()
----> 1 notebook()
/Applications/sage/devel/sagenb/sagenb/notebook/notebook_object.pyc in
__call__(self, *args, **kwds)
226 """
227 def __call__(self, *args, **kwds):
--> 228 return self.notebook(*args, **kwds)
229
230 notebook = run_notebook.notebook_run
/Applications/sage/devel/sagenb/sagenb/notebook/run_notebook.pyc in
notebook_run(self, directory, port, interface, port_tries, secure, reset,
accounts, openid, server_pool, ulimit, timeout, doc_timeout, upload,
automatic_login, start_path, fork, quiet, server, profile, subnets,
require_login, open_viewer, address)
527 # if none use defaults
528
--> 529 nb = notebook.load_notebook(directory)
530
531 directory = nb._dir
/Applications/sage/devel/sagenb/sagenb/notebook/notebook.pyc in
load_notebook(dir, interface, port, secure, user_manager)
1809
1810 dir = make_path_relative(dir)
-> 1811 nb = Notebook(dir)
1812 nb.interface = interface
1813 nb.port = port
/Applications/sage/devel/sagenb/sagenb/notebook/notebook.pyc in __init__(self,
dir, user_manager)
157
158 # Store / Refresh public worksheets
--> 159 for id_number in
os.listdir(self.__storage._abspath(self.__storage._user_path("pub"))):
160 if id_number.isdigit():
161 a = "pub/"+str(id_number)
/Applications/sage/devel/sagenb/sagenb/storage/filesystem_storage.pyc in
_user_path(self, username)
117
118 #Move the directory to the __store__ directory
--> 119 os.rename(path, new_path)
120
121 #new_path now points to the actual directory
OSError: [Errno 66] Directory not empty
--
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/groups/opt_out.