Comment #10 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
i.e. dir,dircase both
become "/usr/lib/python2.7/site-packages/sys.setappdefaultencoding =
sys.setdefaultencoding"
Why do you think so?
I don't have Arch Linux.
http://svn.python.org/view/python/trunk/Lib/site.py?view=markup
My site.py includes the following lines:
def addpackage(sitedir, name, known_paths):
...
if line.startswith(("import ", "import\t")):
exec line
continue
line = line.rstrip()
dir, dircase = makepath(sitedir, line)
The next line of 'exec line' is 'continue' so the dir, dircase are not
executed in my site.py
Therefore the problem is not ibus specific, and probably could not be
avoided by ibus-anthy, as could any other similar problems?
Yes, I think it's not ibus specific.
But I don't notice why you don't see the same error with my test script
above because I don't have the environment.
Probably if you forward your observation to the eric bug report or
ArchLinux ticket, they could give the right answer with Arch Linux.
--
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