smileyninja / autokey

Automatically exported from code.google.com/p/autokey
GNU General Public License v3.0
0 stars 0 forks source link

Autokey cannot be installed on Red Hat Enterprise Linux 5.9 Server #285

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
After installing it, when I run python autokey-gtk install, it gives the error :
Traceback (most recent call last):
  File "autokey-gtk", line 20, in ?
    from autokey.gtkapp import Application
  File "/usr/lib/python2.4/site-packages/autokey/gtkapp.py", line 23, in ?
    import gettext, gtk, dbus, dbus.service, dbus.mainloop.glib
ImportError: No module named mainloop.glib

Any idea how to solve this ?

Original issue reported on code.google.com by adam196...@gmail.com on 25 Jul 2014 at 1:16