GNOME Bugzilla – Bug 345447
pygtk fails -- undefined symbol gtk_print_settings_get_print_to_file
Last modified: 2006-07-06 16:40:15 UTC
1003 newren@amr:gnome/avahi$ python Python 2.4.1 (#2, Jan 3 2006, 20:41:58) [GCC 3.4.4 20050721 (Red Hat 3.4.4-2)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import gtk Traceback (most recent call last):
+ Trace 68958
from _gtk import *
Probably related to this gtk+ ChangeLog entry from today: 2006-06-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtk.symbols: * gtk/gtkprintsettings.h: * gtk/gtkprintsettings.c: Remove unused print-to-file setting.
Created attachment 67725 [details] [review] Fix the build
(In reply to comment #1) > Created an attachment (id=67725) [edit] > Fix the build > Looks good, please commit.
*** Bug 345953 has been marked as a duplicate of this bug. ***