FS#57334 - [libffado] NameError: name 'QString' is not defined

Attached to Project: Community Packages
Opened by Cysioland (Cysioland) - Friday, 02 February 2018, 11:08 GMT
Last edited by Doug Newgard (Scimmia) - Tuesday, 06 February 2018, 06:28 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Ray Rashif (schivmeister)
David Runge (dvzrv)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:
Application doesn't start, outputs error NameError: name 'QString' is not defined

Additional info:
* version 2.4.0-3

Steps to reproduce:
1. Try launching it

Traceback (most recent call last):
File "/usr/bin/ffado-mixer", line 31, in <module>
from ffado.ffadowindow import *
File "/usr/lib/python2.7/site-packages/ffado/ffadowindow.py", line 39, in <module>
from ffado.logginghandler import *
File "/usr/lib/python2.7/site-packages/ffado/logginghandler.py", line 30, in <module>
class QStatusLogger( QObject, logging.Handler ):
File "/usr/lib/python2.7/site-packages/ffado/logginghandler.py", line 31, in QStatusLogger
log = pyqtSignal(QString, int, name='log')
NameError: name 'QString' is not defined
This task depends upon

Closed by  Doug Newgard (Scimmia)
Tuesday, 06 February 2018, 06:28 GMT
Reason for closing:  Not a bug
Comment by David Runge (dvzrv) - Friday, 02 February 2018, 17:29 GMT
@Cysioland: Are you sure, that you have python2-pyqt4 installed?
Comment by Cysioland (Cysioland) - Friday, 02 February 2018, 17:30 GMT
If it's necessary, then shouldn't it be in package's dependencies?
Comment by Doug Newgard (Scimmia) - Friday, 02 February 2018, 17:39 GMT
The mixer is optional, so the dep is optional.
Comment by David Runge (dvzrv) - Friday, 02 February 2018, 17:43 GMT
@Cysioland: Does installing python2-pyqt4 solve this for you?

Loading...