I'm trying to use battery-indicator on Oneiric 64bit. I downloaded sources, run "python setup.py install" in terminal but every time I try to start it, I get this error:
Traceback (most recent call last):
File "/usr/lib/battery-status/battery-status", line 40, in <module>
import gnomeapplet
ImportError: No module named gnomeapplet
How can I make it work?