Bug 876621 - [abrt] ibus-anthy-1.4.99.20121006-1.fc17: Gtk.py:1533:<module>:RuntimeError: Gtk couldn't be initialized
Summary: [abrt] ibus-anthy-1.4.99.20121006-1.fc17: Gtk.py:1533:<module>:RuntimeError: ...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: ibus-anthy
Version: 17
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: fujiwara
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:5b49e449fb220c0135ea823a067...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-11-14 15:40 UTC by Leif Madsen
Modified: 2013-01-15 03:03 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-11-15 01:12:17 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: environ (876 bytes, text/plain)
2012-11-14 15:40 UTC, Leif Madsen
no flags Details
File: dso_list (30 bytes, text/plain)
2012-11-14 15:40 UTC, Leif Madsen
no flags Details
File: smolt_data (3.22 KB, text/plain)
2012-11-14 15:40 UTC, Leif Madsen
no flags Details
File: backtrace (8.00 KB, text/plain)
2012-11-14 15:40 UTC, Leif Madsen
no flags Details
File: core_backtrace (612 bytes, text/plain)
2012-11-14 15:40 UTC, Leif Madsen
no flags Details

Description Leif Madsen 2012-11-14 15:40:22 UTC
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

Comment 1 Leif Madsen 2012-11-14 15:40:29 UTC
Created attachment 644963 [details]
File: environ

Comment 2 Leif Madsen 2012-11-14 15:40:33 UTC
Created attachment 644964 [details]
File: dso_list

Comment 3 Leif Madsen 2012-11-14 15:40:35 UTC
Created attachment 644965 [details]
File: smolt_data

Comment 4 Leif Madsen 2012-11-14 15:40:37 UTC
Created attachment 644966 [details]
File: backtrace

Comment 5 Leif Madsen 2012-11-14 15:40:39 UTC
Created attachment 644967 [details]
File: core_backtrace

Comment 6 fujiwara 2012-11-15 01:12:17 UTC
(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?

Comment 7 Pavel Moravec 2013-01-14 17:06:16 UTC
(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.

Comment 8 fujiwara 2013-01-15 03:03:11 UTC
(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.


Note You need to log in before you can comment on or make changes to this bug.