danimal1009
05-22-2004, 04:04 AM
I had gdesklets installed before, until I had a problem with with one of my sources for apt. I got that fixed and then tried to reinstall gdesklets, but now when I start it, it exits with this error: Traceback (most recent call last):
File "/usr/bin/gdesklets", line 12, in ?
from main.Starter import Starter
File "/usr/share/gdesklets/main/Starter.py", line 2, in ?
from factory.DisplayFactory import DisplayFactory
File "/usr/share/gdesklets/factory/DisplayFactory.py", line 3, in ?
from sensor.DefaultSensor import DefaultSensor
File "/usr/share/gdesklets/sensor/DefaultSensor.py", line 1, in ?
from Sensor import Sensor
File "/usr/share/gdesklets/sensor/Sensor.py", line 15, in ?
from SensorConfigurator import SensorConfigurator
File "/usr/share/gdesklets/sensor/SensorConfigurator.py", line 1, in ?
import gnome.ui
ImportError: could not import bonobo.ui
Since I installed it with apt-get, I wouldve thought it take care of the stuff gdesklets needs... Any ideas on how to fix this? :confused:
File "/usr/bin/gdesklets", line 12, in ?
from main.Starter import Starter
File "/usr/share/gdesklets/main/Starter.py", line 2, in ?
from factory.DisplayFactory import DisplayFactory
File "/usr/share/gdesklets/factory/DisplayFactory.py", line 3, in ?
from sensor.DefaultSensor import DefaultSensor
File "/usr/share/gdesklets/sensor/DefaultSensor.py", line 1, in ?
from Sensor import Sensor
File "/usr/share/gdesklets/sensor/Sensor.py", line 15, in ?
from SensorConfigurator import SensorConfigurator
File "/usr/share/gdesklets/sensor/SensorConfigurator.py", line 1, in ?
import gnome.ui
ImportError: could not import bonobo.ui
Since I installed it with apt-get, I wouldve thought it take care of the stuff gdesklets needs... Any ideas on how to fix this? :confused: