| Summary: | app-i18n/ibus-1.5.1-r1 - ? | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | fai <cppiii> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | ||
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
> OSError: libibus-1.0.so.0: cannot open shared object file: No such file or directory
Can you try to do a `revdep-rebuild` and `python-updater`?
Please let us know whether it worked or not, thank you. |
After updated to ibus-1.5.1-r1, I cannot import ibus in python. Python 2.7.3 (default, Jul 2 2012, 03:27:58) [GCC 4.5.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import ibus Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib64/python2.7/site-packages/ibus/__init__.py", line 26, in <module> File "/usr/lib64/python2.7/site-packages/ibus/common.py", line 107, in <module> File "/usr/lib64/python2.7/ctypes/__init__.py", line 365, in __init__ self._handle = _dlopen(self._name, mode) OSError: libibus-1.0.so.0: cannot open shared object file: No such file or directory