Bug 876621
| Summary: | [abrt] ibus-anthy-1.4.99.20121006-1.fc17: Gtk.py:1533:<module>:RuntimeError: Gtk couldn't be initialized | ||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Leif Madsen <leif.madsen> | ||||||||||||
| Component: | ibus-anthy | Assignee: | fujiwara <tfujiwar> | ||||||||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||
| Priority: | unspecified | ||||||||||||||
| Version: | 17 | CC: | i18n-bugs, pmoravec, shawn.p.huang, tagoh, tfujiwar | ||||||||||||
| Target Milestone: | --- | ||||||||||||||
| Target Release: | --- | ||||||||||||||
| Hardware: | x86_64 | ||||||||||||||
| OS: | Unspecified | ||||||||||||||
| Whiteboard: | abrt_hash:5b49e449fb220c0135ea823a06728265652c1424 | ||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||
| Clone Of: | Environment: | ||||||||||||||
| Last Closed: | 2012-11-15 01:12:17 UTC | Type: | --- | ||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||
| Documentation: | --- | CRM: | |||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||
| Embargoed: | |||||||||||||||
| Attachments: |
|
||||||||||||||
|
Description
Leif Madsen
2012-11-14 15:40:22 UTC
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. |