#4216: [with patch, needs review] use sage-native-execute to run 'convert' in
animate.py
------------------------+---------------------------------------------------
 Reporter:  jhpalmieri  |       Owner:  somebody                             
     Type:  defect      |      Status:  new                                  
 Priority:  minor       |   Milestone:  sage-3.2                             
Component:  graphics    |    Keywords:  animate, convert, sage-native-execute
------------------------+---------------------------------------------------
 On my Mac, I was getting this error with the animate command:
 {{{
 sage: a = animate([sin(x + float(k)) for k in srange(0,2*pi,0.3)],
 xmin=0, xmax=2*pi, figsize=[2,1])
 sage: a.show()
 dyld: Symbol not found: __cg_png_create_info_struct
   Referenced from:
 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/
 Frameworks/ImageIO.framework/Versions/A/ImageIO
   Expected in: /Applications/sage/local/lib//libPng.dylib

 sh: line 1: 75999 Trace/BPT trap          convert -delay 20 -loop 0
 *.png
 "/Users/palmieri/.sage/sage_notebook/worksheets/admin/46/cells/37/
 sage0.gif"
 }}}
 In the discussion <http://groups.google.com/group/sage-
 support/browse_frm/thread/526afa1bcc4b7ad5>, it was suggested that 'sage-
 native-execute' should be used to run the 'convert' command, and this
 seems to fix the problems.

 Please check this on several different platforms.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4216>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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