FS#40425 - [kdegames-kajongg] failed to run

Attached to Project: Arch Linux
Opened by Felix Yan (felixonmars) - Sunday, 18 May 2014, 16:00 GMT
Last edited by Andrea Scarpino (BaSh) - Saturday, 24 May 2014, 07:17 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Andrea Scarpino (BaSh)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
$ /usr/bin/kajongg
Traceback (most recent call last):
File "/usr/bin/kajongg", line 27, in <module>
from qt import QObject, usingQt4
ImportError: No module named qt

Additional info:
* package version(s)
4.13.1-1
This task depends upon

Closed by  Andrea Scarpino (BaSh)
Saturday, 24 May 2014, 07:17 GMT
Reason for closing:  Fixed
Additional comments about closing:  kdegames-kajongg 4.13.1-2
Comment by Andrea Scarpino (BaSh) - Sunday, 18 May 2014, 18:54 GMT
Probably is missing python-pyqt4, could you confirm?
Comment by Felix Yan (felixonmars) - Monday, 19 May 2014, 00:35 GMT
No, the shebang says python2, and I get this error with either python 2 or 3 even if I have both python{,2}-pyqt4 installed.

The "from qt import ..." seems to be a very old way to import pyqt, iirc.

Loading...