I've been trying to install a python script, which is an extension for docky from here: https://bugs.launchpad.net/docky/+bug/528777 (first commenter) but when I try to install it with this
jack@nc6400B:~/Downloads$ python empathy_badge.py install
I get this fault
Traceback (most recent call last):
File "empathy_badge.py", line 24, in <module>
from docky.docky import DockyItem, DockySink
ImportError: No module named docky.docky
Does anyone know what it means, and how do I install it. Is it because I'm trying to install it from my Downloads folder, and what does it mean "No module named docky.docky"?
Edit: I'm running Ubuntu 11.10 under Gnome Shell, if it's any help.
locate docky.dockywhat is the result? – Matt Oct 26 '11 at 22:32