Issue 110: emerge ibus之后,不能启动,提示“ImportError: No module named gtk”? http://code.google.com/p/ibus/issues/detail?id=110
Comment #12 by acevery: burwoad, 我想应该是因为你的pygtk是在升级python到2.5之前emerge的,所以不在 /usr/lib/python2.5 下。你看看你有没有/usr/lib/python2.5/site-packages/gtk-2.0/目录,没有的 话,就是这个问题。 你可以直接运行python-updater把系统中python的包更新为2.5的。 比如之前的python是2.4的,那么就先运行 python-updater -p -o 2.4 确认没有问题 后,再把-p 去掉,正式运行: python-updater -o 2.4 -- 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 -~----------~----~----~----~------~----~------~--~---
