bsed / libgooglepinyin

Automatically exported from code.google.com/p/libgooglepinyin
0 stars 0 forks source link

Ubuntu 11.04 + python2.7.1 的环境,安装后可以在ibus里添加google拼音,但是切换不过去 #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by WyunchiL...@gmail.com on 3 Sep 2011 at 6:46

GoogleCodeExporter commented 8 years ago
麻烦在终端执行下
/usr/share/ibus-googlepinyin/main.py
看看输出

Original comment by jhuangjiahua@gmail.com on 3 Sep 2011 at 9:47

GoogleCodeExporter commented 8 years ago
我切过去了,Ctrl + Shift + L.

见截图:

Original comment by amoiz.sh...@gmail.com on 3 Sep 2011 at 12:35

Attachments:

GoogleCodeExporter commented 8 years ago
Traceback (most recent call last):
  File "/usr/share/ibus-googlepinyin/main.py", line 27, in <module>
    import factory
  File "/usr/share/ibus-googlepinyin/factory.py", line 22, in <module>
    import engine
  File "/usr/share/ibus-googlepinyin/engine.py", line 33, in <module>
    from googlepinyin import *
ImportError: No module named googlepinyin

Original comment by coder...@gmail.com on 3 Sep 2011 at 2:27

GoogleCodeExporter commented 8 years ago
我刚打开电脑发现可以切换过去了,难道还要重启什么服务��
�

Original comment by WyunchiL...@gmail.com on 3 Sep 2011 at 4:04

GoogleCodeExporter commented 8 years ago
@coder 看起来是 python 模块没有安装成功,

你是什么发行版和 python 版本呢,可有安装 python-dev。

@WyunchiL 可以重启下 ibus,比如右键点击系统托盘 ibus 
图标,选择“重新启动”,
或简单执行下 
{{{
pkill -f ibus-daemon ; ibus-daemon -d -x
}}}

Original comment by jhuangjiahua@gmail.com on 3 Sep 2011 at 10:50

GoogleCodeExporter commented 8 years ago
我是Ubuntu 11.04 + python 2.7.1 
有安装dev的,之前有重启ibus,但是没生效,是重启电脑后生�
��的

Original comment by WyunchiL...@gmail.com on 4 Sep 2011 at 1:09