#18692: Fix downloading mirrorlist using python 3
-------------------------+----------------------------------
   Reporter:  aapitzsch  |            Owner:
       Type:  defect     |           Status:  new
   Priority:  major      |        Milestone:  sage-6.8
  Component:  build      |         Keywords:  python3
  Merged in:             |          Authors:  André Apitzsch
  Reviewers:             |  Report Upstream:  N/A
Work issues:             |           Branch:
     Commit:             |     Dependencies:
   Stopgaps:             |
-------------------------+----------------------------------
 {{{
 Downloading the Sage mirror list
 Traceback (most recent call last):
   File "./src/bin/sage-download-file", line 457, in <module>
     tarball.download()
   File "./src/bin/sage-download-file", line 392, in download
     for mirror in MirrorList():
   File "./src/bin/sage-download-file", line 154, in __init__
     self.mirrors = self._load(mirror_list)
   File "./src/bin/sage-download-file", line 169, in _load
     return ast.literal_eval(mirror_list)
   File "/opt/sage-py3/local/lib/python3.4/ast.py", line 84, in
 literal_eval
     return _convert(node_or_string)
   File "/opt/sage-py3/local/lib/python3.4/ast.py", line 83, in _convert
     raise ValueError('malformed node or string: ' + repr(node))
 ValueError: malformed node or string: b'#...
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/18692>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" 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-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to