I use synaptic to download system-config-display. It seems to download and install OK. But when i run it I get the following: [root@localhost ~]# system-config-display Traceback (most recent call last): File "/usr/share/system-config-display/xconf.py", line 22, in ? import gobject ImportError: No module named gobject [root@localhost ~]# uname -a Linux localhost 2.6.18-1.2869.fc6 #1 SMP Wed Dec 20 14:51:19 EST 2006 i686 i686 i386 GNU/Linux [root@localhost ~]# python Python 2.4.2 (#3, Jan 31 2007, 17:36:26) [GCC 4.1.1 20070105 (Red Hat 4.1.1-51)] on linux2 Type "help", "copyright", "credits" or "license" for more information.
import gobject
Traceback (most recent call last): File "<stdin>", line 1, in ? ImportError: No module named gobject Anyone have any ideas?