View Single Post
Posts: 63 | Thanked: 43 times | Joined on May 2008
#90
Originally Posted by dwforslund View Post
apt-get says I have the newest version of python2.5-gnome installed.
Just out of curiosity could you open a terminal and try the following:
Code:
~ $ python
>>> from gnome import gconf
If you do have python2.5-gnome installed then you should not get a traceback.

nick