FS#21591 - ibus-pinyin python/python2

Attached to Project: Community Packages
Opened by Tri PLC (triplc) - Thursday, 04 November 2010, 10:09 GMT
Last edited by Ionut Biru (wonder) - Thursday, 04 November 2010, 10:15 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: /usr/lib/ibus/ibus-setup-pinyin does not work after upgrading to Python 3


Additional info:
* community/ibus-pinyin 1.3.11-1

Steps to reproduce:

~% /usr/lib/ibus/ibus-setup-pinyin
Traceback (most recent call last):
File "main.py", line 23, in <module>
import gtk
ImportError: No module named gtk

----

it would work after changing (hacking)

exec python main.py

to

exec python2 main.py

in the file "/usr/lib/ibus/ibus-setup-pinyin"
This task depends upon

Closed by  Ionut Biru (wonder)
Thursday, 04 November 2010, 10:15 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#21590 

Loading...