python-qt4 uses obsolete features of QT

Bug #521356 reported by Sergio Callegari
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
python-qt4 (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: python-qt4

python-qt4 in /usr/share/pyshared/PyQt4/uic/uiparser.py at line 184 invokes the string method of a Qstring.

But lately, Qstring does not have anymore such method, meaning that python-qt4 in /usr/share/pyshared/PyQt4/uic/uiparser.py breaks on QT 4.6 and on installations of kde 4.4 on ubuntu. For instance, with a kubuntu karmic distro upgraded to kde 4.4 using the instructions on the kubuntu website fails to have a working user-management module in the system settings.

Please have line 184 of python-qt4 in /usr/share/pyshared/PyQt4/uic/uiparser.py

from

bg_name = bg_i18n.string

to

bg_name = str(bg_i18n)

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.