Public bug reported:

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)

** Affects: python-qt4 (Ubuntu)
     Importance: Undecided
         Status: New

-- 
python-qt4 uses obsolete features of QT
https://bugs.launchpad.net/bugs/521356
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to