"Eric Gillespie, Jr." wrote:
> Has anyone had any luck using GdkImlib? I can't get it to load
> any images at all. The following simple program
>
> from GdkImlib import *
> image = Image("/home/epg/test.xpm")
>
> gives the following error message:
>
> /convert: No such file or directory
> gdk_imlib ERROR: Cannot load image: /home/epg/1.xpm
> All fallbacks failed.
It looks like your version of imlib was compiled without built-in xpm
support and tried to fall back on ImageMagick to convert the xpm file
into something it could handle. Since "convert" wasn't found you either
don't have ImageMagick on your system, or your PATH doesn't include the
directory convert was installed in. The best solution would be to
recompile imlib with xpm support, but you could try installing
ImageMagick (or updating your PATH if it's already installed) if you
want a quick fix.
_______________________________________________
pygtk mailing list [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk