Comment #5 on issue 1166 by takao.fujiwara1: ibus-anthy is broken? the system freezes for a few seconds
http://code.google.com/p/ibus/issues/detail?id=1166

Strange... I had the exact same error reported by the OP, https://bugs.archlinux.org/task/22109.

The original issue is harmless.
Your error is not same. It's good to file a new bug instead.

File "<string>", line 1, in <module>
AttributeError: 'module' object has no attribute 'setdefaultencoding'

It seems your python doesn't work correctly.
Are you able to run the following script without errors?

% cat test.py
#!/usr/bin/python

import os
from os import environ, path
from locale import getpreferredencoding
import signal
import sys
import gobject
import ibus
import anthy
print getpreferredencoding()
print unicode('a', 'utf-8')

% python test.py


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

回复