Comment #7 on issue 852 by takao.fujiwara1: org.freedesktop.iBus.NoEngine : can not find engine with name anthy
http://code.google.com/p/ibus/issues/detail?id=852

I guess at least ibus can find ibus-engine-anthy.

Hmm.., probably you're right from your result.
If you don't see any warnings when you run it by manual, I guess ibus-engine-anthy
could be launched correctly.

% ps -ef | grep ibus-anthy
25248 10858 0 14:26 ? 00:00:00 python /usr/share/ibus-anthy/engine/main.py --ibus
% kill 25248
% /usr/libexec/ibus-engine-anthy


Who load *anthy.[py|so]? I suspect ibus-engine-anthy or another program can resolve
PYTHONPATH for them now...

Yes, ibus-engine-anthy -> ibus-anthy/engine/main.py -> ibus-anthy/engine/engine.py ->
import anthy


IBus-Anthy needs to find libanthy.so.0 and libanthydic.so.0

% ldd /usr/lib64/python2.6/site-packages/_anthy.so
        libanthy.so.0 => /usr/lib64/libanthy.so.0 (0x00007f5f7f76f000)
        libanthydic.so.0 => /usr/lib64/libanthydic.so.0 (0x00007f5f7f528000)
        libpython2.6.so.1.0 => /usr/lib64/libpython2.6.so.1.0 
(0x00007f5f7e8ce000)



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

To unsubscribe, reply using "remove me" as the subject.

回复