Linux-Noob Forums

Full Version: gdesklets
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

Guest


i've installed gdesklets via the rpm, installed the goodweather sensor, and when i run

gdesklets GoodWeather.display this is what comes up :

 

Traceback (most recent call last):

File "/usr/bin/gdesklets", line 10, in ?

from main import init

File "/usr/share/gdesklets/main/__init__.py", line 37, in ?

from utils.i18n import Translator

File "/usr/share/gdesklets/utils/__init__.py", line 2, in ?

from GConfWatcher import GConfWatcher

File "/usr/share/gdesklets/utils/GConfWatcher.py", line 3, in ?

import gconf

ImportError: No module named gconf

 

 

any suggestions what i should do ?

TIA


Install the 'gnome-python2-gconf' package.

 

z0ny