Andromeda979
16-04-2005, 11:39
Scusate ragazzi,
ho installato gDesklet o installato i pacchetti per i sensori, o dato il comando sensors-detect ( sperando che nn abbia sbagliato ), ma nn funzionano sti benedetti sensori mi da il seguente errore:
exceptions.AttributeError:
'module' object has no attribute 'cpu'
/usr/share/gdesklets/Sensors/CPU/__init__.py
22
23 self._add_timer(int(interval), self.__on_tick)
24 self._add_thread(self.__command_thread)
25
26 #Get 'static' infos
> 27 self.__model_name = libdesklets.cpu.get_model()
28 self.__cpu_mhz = libdesklets.cpu.get_speed()
29 self.__cache = libdesklets.cpu.get_cache_size()
30
31 def __on_tick(self):
32 data = self._new_output()
mi sapete dire dove ho sbagliato, scusate ma è da poco che utilizzo Linux :mc:
Grazie tante in anticipo
ho installato gDesklet o installato i pacchetti per i sensori, o dato il comando sensors-detect ( sperando che nn abbia sbagliato ), ma nn funzionano sti benedetti sensori mi da il seguente errore:
exceptions.AttributeError:
'module' object has no attribute 'cpu'
/usr/share/gdesklets/Sensors/CPU/__init__.py
22
23 self._add_timer(int(interval), self.__on_tick)
24 self._add_thread(self.__command_thread)
25
26 #Get 'static' infos
> 27 self.__model_name = libdesklets.cpu.get_model()
28 self.__cpu_mhz = libdesklets.cpu.get_speed()
29 self.__cache = libdesklets.cpu.get_cache_size()
30
31 def __on_tick(self):
32 data = self._new_output()
mi sapete dire dove ho sbagliato, scusate ma è da poco che utilizzo Linux :mc:
Grazie tante in anticipo