#12719: Upgrade to IPython 0.13
----------------------------------------------------------+-----------------
       Reporter:  kini                                    |         Owner:  tbd 
                                             
           Type:  enhancement                             |        Status:  
needs_review                                     
       Priority:  critical                                |     Milestone:  
sage-5.4                                         
      Component:  packages                                |    Resolution:      
                                             
       Keywords:  sd40.5                                  |   Work issues:  
ship https://github.com/ipython/ipython/pull/2403
Report Upstream:  N/A                                     |     Reviewers:  
Volker Braun, Mike Hansen, Jason Grout           
        Authors:  Mike Hansen, Volker Braun, Jason Grout  |     Merged in:      
                                             
   Dependencies:  #13459                                  |      Stopgaps:      
                                             
----------------------------------------------------------+-----------------

Comment (by jhpalmieri):

 I think the errors in `sage_extension.py` are because file names in
 `%runfile foo` are being preparsed: for example, the first error message
 is pretty long, but it ends with
 {{{
 IOError: did not find file
 
'/home/palmieri/.sage/temp/sage.math.washington.edu/Integer(21508)/dir_0/run_cell.py'
 to load or attach
 }}}
 Note that `Integer(21508)` in the file name; this should presumably just
 be `21508`. This preparsing doesn't happen if the number is mixed in with
 letters, but for files or directories with purely numeric names, it seems
 to pop up. So from the command line:
 {{{
 sage: %runfile hello2.py   # works
 sage: %runfile 123/hello2.py   # fails
 sage: %runfile /home/palmieri/123/hello2.py   # fails
 }}}
 The same thing happens with `%attach`, and I assume also with the other
 magic functions which take file names as arguments.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12719#comment:143>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to