Linux-Noob Forums
gdesklets - Printable Version

+- Linux-Noob Forums (https://www.linux-noob.com/forums)
+-- Forum: Distro Noob (https://www.linux-noob.com/forums/forum-10.html)
+--- Forum: Fedora (https://www.linux-noob.com/forums/forum-94.html)
+--- Thread: gdesklets (/thread-3287.html)



gdesklets - Guest - 2004-06-22


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




gdesklets - z0ny - 2004-06-22


Install the 'gnome-python2-gconf' package.

 

z0ny