gdk-pixbuf gtkhtml: undefined symbol: gdk_pixbuf_new



I am trying to use GtkHTML in GNU Solfege, a python program.
I have hacked the gnome bindings (1.0.53) to work with
gtkhtml (0.6.1), it was only a few types that had changed
name since the gtkhtml version the python bindings was
written for. It works just nice without images.

I have connected to the 'url_requested' signal to load images.
When I call the gtkhtml.write function to write the image
to the htmlwidget, the program halts with this error message:

python: error while loading shared libraries: /usr/lib/gdk-pixbuf/loaders/libpixbufloader-png.so: undefined symbol: gdk_pixbuf_new

Same problem when trying to load jpegs.

Is the problem just to get the correct version? Now I use
gtkhtml: 0.6.1
gdk-pixbuf 0.9.0
gnome-python 1.0.53

-- 
Tom Cato Amundsen <tca gnu org>
GNU Solfege - free eartraining, http://www.gnu.org/software/solfege/




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]