Comment #1 on issue 395 by baizhenxuan: import glib error http://code.google.com/p/ibus/issues/detail?id=395
问题已经修正 将import glib修改为from dbus.mainloop import glib 然后将 glib.idle_add修改为gtk.idle_add就可以了 真是服了,居然将gtk误写为glib,并且也一直没有纠正。 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ibus-devel" group. iBus project web page: http://code.google.com/p/ibus/ iBus dev group: http://groups.google.com/group/ibus-devel?hl=en -~----------~----~----~----~------~----~------~--~---
