Calling SloaneEncyclopedia.install() (in a IPython notebook) gives the IOError "Connection refused".
1 | initial version |
Calling SloaneEncyclopedia.install() (in a IPython notebook) gives the IOError "Connection refused".
2 | No.2 Revision |
Calling SloaneEncyclopedia.install() (in a IPython notebook) gives the IOError "Connection refused".
Update: The error has changed. It is now
/usr/local/sage/sage-6.2.rc2/local/lib/python/os.pyc in makedirs(name, mode)
155 if tail == curdir: # xxx/newdir/. exists if xxx/newdir exists
156 return
--> 157 mkdir(name, mode)
158
159 def removedirs(name):
OSError: [Errno 13] Permission denied: '/usr/local/sage/sage-6.2.rc2/local/share/sloane'