#9958: Upgrade python to 2.7
---------------------------+------------------------------------------------
   Reporter:  mhampton     |          Owner:  tbd                               
              
       Type:  enhancement  |         Status:  needs_work                        
              
   Priority:  major        |      Milestone:                                    
              
  Component:  packages     |       Keywords:                                    
              
Work_issues:               |       Upstream:  N/A                               
              
   Reviewer:               |         Author:                                    
              
     Merged:               |   Dependencies:  #11156 #11236 #11244 #11264 
#11339 #11363 #11376
---------------------------+------------------------------------------------

Comment(by fbissey):

 Replying to [comment:108 kcrisman]:
 > Okay, you can get a full list of current failure and what they looked
 like at [http://sage.math.washington.edu/home/kcrisman/Failures.txt this
 link].  Some are definitely known above, but others may be unknown.  The
 timeouts are probably just due to this machine (and the Maxima one), but
 others I don't know whether they are here or #11339.

 You have some nasty stuff in polyhedra.py
 {{{
 File
 
"/Users/student/Desktop/sage-4.7.2.alpha1/devel/sage/sage/geometry/polyhedra.py",
 line 5250:
     sage: _.show()
 Exception raised:
     Traceback (most recent call last):
       File
 "/Users/student/Desktop/sage-4.7.2.alpha1/local/bin/ncadoctest.py", line
 1231, in run_one_test
         self.run_one_example(test, example, filename, compileflags)
       File
 "/Users/student/Desktop/sage-4.7.2.alpha1/local/bin/sagedoctest.py", line
 38, in run_one_example
         OrigDocTestRunner.run_one_example(self, test, example, filename,
 compileflags)
       File
 "/Users/student/Desktop/sage-4.7.2.alpha1/local/bin/ncadoctest.py", line
 1172, in run_one_example
         compileflags, 1) in test.globs
       File "<doctest __main__.example_183[5]>", line 1, in <module>
         _.show()###line 5250:
     sage: _.show()
       File "/Users/student/Desktop/sage-4.7.2.alpha1/local/lib/python
 /site-packages/sage/misc/displayhook.py", line 174, in displayhook
         print_obj(sys.stdout, obj)
       File "/Users/student/Desktop/sage-4.7.2.alpha1/local/lib/python
 /site-packages/sage/misc/displayhook.py", line 142, in print_obj
         print >>out_stream, `obj`
       File "base.pyx", line 80, in
 sage.plot.plot3d.base.Graphics3d.__repr__ (sage/plot/plot3d/base.c:2526)
       File "base.pyx", line 1124, in sage.plot.plot3d.base.Graphics3d.show
 (sage/plot/plot3d/base.c:10344)
       File "base.pyx", line 663, in
 sage.plot.plot3d.base.Graphics3d.export_jmol
 (sage/plot/plot3d/base.c:5867)
       File
 "/Users/student/Desktop/sage-4.7.2.alpha1/local/lib/python2.7/zipfile.py",
 line 1138, in writestr
         self.fp.write(zinfo.FileHeader())
       File
 "/Users/student/Desktop/sage-4.7.2.alpha1/local/lib/python2.7/zipfile.py",
 line 348, in FileHeader
         len(filename), len(extra))
     error: integer out of range for 'H' format code
 }}}
 You get an extra digit in randstate compared to x86 :( [note to self it is
 in numerical_noise_part4].

 sage-inspect looks bad :( but not hopeless. The message is just overly
 long. I will have to postpone the rest for later.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9958#comment:110>
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