[Bug 514796] Re: kcmshell4 crashed with AttributeError in createWidget()

Jonathan Thomas echidnaman at kubuntu.org
Sat Feb 13 12:57:59 UTC 2010


>From bug 521356:
"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)"

** Package changed: kdebindings (Ubuntu) => python-qt4 (Ubuntu)

** Changed in: python-qt4 (Ubuntu)
   Importance: Undecided => High

** Changed in: python-qt4 (Ubuntu)
       Status: New => Triaged

-- 
kcmshell4 crashed with AttributeError in createWidget()
https://bugs.launchpad.net/bugs/514796
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to python-qt4 in ubuntu.




More information about the kubuntu-bugs mailing list