So I downloaded autokey-0.90.4.tar.gz, but I can't seem to get it to work, and I'm unsure what to edit in order to get it up and running.
I'm on Red Hat 6.4 (aka RHEL 6.4). It uses GTK+ 3 (Gnome) by default.
So I tried to launch
autokey-gtk from the terminal and I get this little error message:
Traceback (most recent call last):
File "/usr/bin/autokey-gtk", line 20, in <module>
from autokey.gtkapp import Application
File "/usr/lib/python2.6/site-packages/autokey/gtkapp.py", line 24, in <module>
from gi.repository import Gtk, Gdk, GObject, GLib
ImportError: No module named gi.repository
Suggestions?
Thank you!