---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-1-2ef73eaf42ab> in <module>()
----> 1 load('http://....')
      2 load('http://....')
      3 

/home/sc_serv/sage/src/sage/structure/sage_object.pyx in 
sage.structure.sage_object.load 
(/home/sc_serv/sage/src/build/cythonized/sage/structure/sage_object.c:11408)()
   1016 
   1017     if sage.repl.load.is_loadable_filename(filename):
-> 1018         sage.repl.load.load(filename, globals())
   1019         return
   1020 

/home/sc_serv/sage/local/lib/python2.7/site-packages/sage/repl/load.pyc in 
load(filename, globals, attach)
    252             raise NotImplementedError("you can't attach a URL")
    253         from sage.misc.remote_file import get_remote_file
--> 254         filename = get_remote_file(filename, verbose=False)
    255 
    256     from sage.repl.attach import load_attach_path

/home/sc_serv/sage/local/lib/python2.7/site-packages/sage/misc/remote_file.pyc 
in get_remote_file(filename, verbose)
     34 
     35     # import compatible with py2 and py3
---> 36     from six.moves.urllib.request import urlretrieve
     37 
     38     global cur

ImportError: No module named moves.urllib.request

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to