View Single Post
Posts: 465 | Thanked: 149 times | Joined on Oct 2007
#6
Originally Posted by albright View Post
battery-status is a good idea. Unfortunately, on my brand
new n810 it only generates an error:

Code:
Traceback (most recent call last):
  File "/usr/bin/battery-status", line 5, in <module>
    import dbus, dbus.service, dbus.glib
ImportError: No module named dbus
Any idea what's going on?
Sounds like you're missing the python dbus module.
install python2.5-dbus
 

The Following User Says Thank You to dblank For This Useful Post: