私のPython/GTK3アプリをUbuntuのメッセージングメニューと統合しようとしています。「表示」(python-indicate)をインポートしようとするたびに、次のトレースバックでアプリがクラッシュします。
/usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning: g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
import gobject._gobject
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: specified class size for type `PyGtkGenericCellRenderer' is smaller than the parent type's `GtkCellRenderer' class size
from gtk import _gtk
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:40: Warning: g_type_get_qdata: assertion `node != NULL' failed
from gtk import _gtk
これはGTK2とGTK3の間に何らかの衝突があるように見えます...とにかく、これを修正するにはどうすればよいですか?
ありがとう。
使用する
from gi.repository import Indicate
の代わりに
import indicate