Martin DiViaio on Sun, 15 Aug 1999 14:12:06 -0400 (EDT) |
Morgan Wajda-Levie wrote: > > Inspired by Mike Ryan's little talk, I decided that I should take the > time to learn Python. I noticed that Python does have wrapper modules > for gtk, and have decided that maybe I'll learn gtk using Python. > > I like the way that PyGTK works, but whenever I run a program, it > gives me the following error many times: > > Gtk-WARNING **: /usr/lib/libgdk_imlib.so.1: undefined symbol: gdk_display > > I know this is not an issue with my code as it happens with all of the > included example programs as well. The program still runs, but I > don't like having to redirect stderr to /dev/null every time I run the > program. > > I'm using Debian potato. > > Any ideas? > Are you using the right version of GTK? The 1.1.* versions are not compatable with 1.0.*. I'm not sure about the 1.2.* versions but a little research at gtk.org should turn up an answer. That's my non-expert idea... _______________________________________________ Plug maillist - Plug@lists.nothinbut.net http://lists.nothinbut.net/mail/listinfo/plug
|
|