Description of problem: Running Gajim causes the following Traceback: Traceback (most recent call last): File "gajim.py", line 36, in ? import message_control File "/usr/share/gajim/src/message_control.py", line 14, in ? import gtk File "/usr/lib/python2.4/site-packages/gtk-2.0/gtk/__init__.py", line 43, in ? from _gtk import * ImportError: /usr/lib/python2.4/site-packages/gtk-2.0/gtk/_gtk.so: undefined symbol: gtk_print_operation_get_error Reverting back to pygtk2-2.9.0-3 resolved the problem. Version-Release number of selected component (if applicable): pygtk2-2.9.1-3 How reproducible: Always Steps to Reproduce: 1. yum install gajim 2. gajim 3. Actual results: The above traceback. Expected results: The program to run, which it does under 2.9.0 Additional info: The program has the ImportError while importing pygtk, so this is more likely a pygtk than a gajim problem. I initially reported this as Bug #195616, but then I revert pygtk2.
*** This bug has been marked as a duplicate of 196276 ***