Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 1541 by [email protected]: 升级到1.4.0-2的pinyin后,打不开pinyin的 首选项(failed to launch pinyin's Preference dialog after an update)
http://code.google.com/p/ibus/issues/detail?id=1541

OS (Linux distributions, UNIX or ...): Arch Linux
Architecture (i386, x86_64): x86_64
IBus version: 1.4.99.20121006-1
Input method name and version: ibus-pinyin 1.4.0-2
Python version: 2.7 (symbol link to python2)
dbus version: 1.6.8-1
dbus-python version: python2-dbus(archlinux package name) 1.1.1-2
gtk version (if bug is about gtk applications):
qt version (if bug is about qt applications):

What steps will reproduce the problem?
1. ibus-daemon is already running
2. open Preference then choose pinyin, open pinyin's Preference
3. no Preference dialog is popped up

What is the expected output? What do you see instead?
pinyin's Preference dialog is popped up and I can perform some edit on it

Please provide any additional information below.
In fact, python2 print those lines
Traceback (most recent call last):
  File "main.py", line 24, in <module>
    import ibus
ImportError: No module named ibus
Which means in /usr/share/ibus-pinyin/setup/main.py(line 24), import ibus failed.

I also used "help('modules')" in python2.7's shell to list all installed modules, and I can't find any module called ibus.

--
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

回复