Version-Release number of selected component: ibus-anthy-1.4.99.20121006-1.fc17 Additional info: libreport version: 2.0.16 abrt_version: 2.0.16 cmdline: /usr/bin/python /usr/share/ibus-anthy/engine/main.py --xml kernel: 3.6.3-1.fc17.x86_64
Created attachment 644963 [details] File: environ
Created attachment 644964 [details] File: dso_list
Created attachment 644965 [details] File: smolt_data
Created attachment 644966 [details] File: backtrace
Created attachment 644967 [details] File: core_backtrace
(In reply to comment #4) > Created attachment 644966 [details] > File: backtrace > File "/usr/share/ibus-anthy/engine/engine.py", line 41, in <module> > from gi.repository import Gtk I think your problem can be happened without using ibus-anthy. E.g. % cat a.py from gi.repository import Gtk % python a.py Probably I think your pygobject3 is not installed correctly. Did you install pygobject3 and ibus-anthy with yum?
(In reply to comment #6) > (In reply to comment #4) > > Created attachment 644966 [details] > > File: backtrace > > > File "/usr/share/ibus-anthy/engine/engine.py", line 41, in <module> > > from gi.repository import Gtk > > I think your problem can be happened without using ibus-anthy. > > E.g. > > % cat a.py > from gi.repository import Gtk > > % python a.py > > Probably I think your pygobject3 is not installed correctly. > Did you install pygobject3 and ibus-anthy with yum? I hit this as well, while having pygobject3 and ibus-anthy installed properly - from f17 installation.
(In reply to comment #7) > (In reply to comment #6) > > (In reply to comment #4) > > > Created attachment 644966 [details] > > > File: backtrace > > > > > File "/usr/share/ibus-anthy/engine/engine.py", line 41, in <module> > > > from gi.repository import Gtk > > > > I think your problem can be happened without using ibus-anthy. > > > > E.g. > > > > % cat a.py > > from gi.repository import Gtk > > > > % python a.py > > > > Probably I think your pygobject3 is not installed correctly. > > Did you install pygobject3 and ibus-anthy with yum? > > I hit this as well, while having pygobject3 and ibus-anthy installed > properly - from f17 installation. So I think your problem is not ibus specific but might be an installation issue about gobject-introspection and pygobject3 and could be happened with other Gtk python applications.