Comment 2 for bug 611677

Revision history for this message
PhobosK (phobosk) wrote :

This is a problem in PyQt4. loadUi expects as first argument a Python string , but it has been given a QString (APPDIR).
So finding all the loadUi statements in "/usr/share/kde4/apps/system-config-printer-kde/system-config-printer-kde.py" (they are 3 i think) and converting the first argument to a Python string (using str()) fixes the problem.