I just upgraded from to F15 and although i have PyGTK installed, i get this error when i try to use it:
[ron@homePC ~]# python
Python 2.7.1 (r271:86832, Apr 12 2011, 16:16:18)
[GCC 4.6.0 20110331 (Red Hat 4.6.0-2)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import gtk
/usr/lib/python2.7/site-packages/gtk-2.0/gtk/__init__.py:40: RuntimeWarning: tp_compare didn't return -1 or -2 for exception
from gtk import _gtk
ImportError: could not import atk
I reinstalled python, gtk, pygtk, atk, but the issue still stands. Does anyone have any ideas?