Status: New
Owner: ----
New issue 148 by hongwei.zeng: Python Pinyin输出多余空格及选字键
http://code.google.com/p/scim-python/issues/detail?id=148
What steps will reproduce the problem?
1. 使用一段时间后,输入法反应变慢,并且会输出多余的字符
What is the expected output? What do you see instead?
1. 输入拼音后按空格,输出内容会多一个空格
2. 输入拼音后按数字键选择候选字词,输出内容会多出所按的数字键
What version of the product are you using? On what operating system?
OS: Ubuntu 8.10 (linux kernel 2.6.27)
Python: 2.5.2
scim-python: 0.1.12
.xsession-error中有以下错误:
Unknown message: Traceback (most recent call last):
Unknown message: File "/usr/share/scim-python/engine/PinYin/PinYin.py",
line 850, in process_key_event
Unknown message: result = self._internal_process_key_event (key)
Unknown message: File "/usr/share/scim-python/engine/PinYin/PinYin.py",
line 514, in _internal_process_key_event
Unknown message: return self._chinese_mode_process_key_event (key)
Unknown message: File "/usr/share/scim-python/engine/PinYin/PinYin.py",
line 736, in _chinese_mode_process_key_event
Unknown message: self._pydb.commit_phrases (commit_phrases)
Unknown message: File
"/usr/share/scim-python/engine/PinYin/PYSQLiteDB.py", line 327, in
commit_phrases
Unknown message: self.db.execute (sql, (record[YLEN], record[Y0],
record[PHRASE]))
Unknown message: sqlite3.OperationalError: database is locked
--
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