Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

imagemagick/animate problem

I have imagemagick installed on my OS X Snow Leopard machine. When I try to do animation on a notebook on my machine I get the error:

"/tmp/sage-mac-app/local/bin/sage-native-execute: line 8: convert: command 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."

Any idea why this would fail even though the convert command works in my terminal prompt?

imagemagick/animate problem

I have imagemagick installed on my OS X Snow Leopard machine. When I try to do animation on a notebook on my machine I get the error:

"/tmp/sage-mac-app/local/bin/sage-native-execute: line 8: convert: command 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."

Any idea why this would fail even though the convert command works in my terminal prompt?

edit I should point out that in the terminal session, the show() method does generate a gif with several pictures. In notebook, however, I get the above error.