#767: [with patch, needs review] animate has cryptic error message when
imagemagick is not installed
----------------------------------+-----------------------------------------
Reporter: moretti | Owner: boothby
Type: defect | Status: new
Priority: trivial | Milestone: sage-3.1.3
Component: notebook | Resolution:
Keywords: animate, ImageMagick |
----------------------------------+-----------------------------------------
Changes (by jhpalmieri):
* cc: mhansen (added)
* keywords: => animate, ImageMagick
* summary: animate has cryptic error message when imagemagick is not
installed => [with patch, needs review] animate
has cryptic error message when imagemagick is
not installed
Comment:
I'm attaching a patch; it depends on #4216.
With this patch, if 'convert' is not found, I get an error message like
this:
{{{
/usr/local/share/sage/local/bin/sage-native-execute: 8: convert: not
found
Error: ImageMagick does not appear to be installed. Saving an
animation to a GIF file or displaying an animation requires
ImageMagick, so please install it and try again.
See www.imagemagick.org, for example.
}}}
So the first line is cryptic (but could be useful in debugging, if the
problem is something other than a missing 'convert'), while the rest of
the message is friendlier.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/767#comment:4>
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
-~----------~----~----~----~------~----~------~--~---