After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 345447 - pygtk fails -- undefined symbol gtk_print_settings_get_print_to_file
pygtk fails -- undefined symbol gtk_print_settings_get_print_to_file
Status: RESOLVED FIXED
Product: pygtk
Classification: Bindings
Component: gtk
Git Master
Other Linux
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
: 345953 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-06-20 16:38 UTC by Elijah Newren
Modified: 2006-07-06 16:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix the build (816 bytes, patch)
2006-06-20 16:55 UTC, Elijah Newren
committed Details | Review

Description Elijah Newren 2006-06-20 16:38:24 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):
  • File "<stdin>", line 1 in ?
  • File "/opt/gnome2/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.py", line 43 in ?
    from _gtk import *
ImportError: /opt/gnome2/lib/python2.4/site-packages/gtk-2.0/gtk/_gtk.so: undefined symbol: gtk_print_settings_get_print_to_file


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.
Comment 1 Elijah Newren 2006-06-20 16:55:13 UTC
Created attachment 67725 [details] [review]
Fix the build
Comment 2 Johan (not receiving bugmail) Dahlin 2006-06-20 17:03:40 UTC
(In reply to comment #1)
> Created an attachment (id=67725) [edit]
> Fix the build
> 

Looks good, please commit.
Comment 3 Dave Vasilevsky 2006-07-06 16:40:15 UTC
*** Bug 345953 has been marked as a duplicate of this bug. ***