Comment 20 for bug 331192

Revision history for this message
Rafael Carduz Rocha (rafaelcrocha) wrote : Re: KDE printer configuration app stopped working on Jaunty

I forgot to mention my traceback complains also about utf8 encoding. Brazilian Portuguese system here

rc@rafael-notebook:~$ Traceback (most recent call last):
  File "<string>", line 18, in kpythonpluginfactory_bridge
  File "/usr/share/kde4/apps/system-config-printer-kde/system-config-printer-kde.py", line 4004, in CreatePlugin
    kcm = u.makeui(component_data, widget_parent)
  File "/usr/share/kde4/apps/system-config-printer-kde/system-config-printer-kde.py", line 223, in makeui
    special_choice=_("Automatic rotation")),
  File "/usr/share/kde4/apps/system-config-printer-kde/system-config-printer-kde.py", line 51, in _
    return unicode(i18n(string), "utf-8")
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 4-6: invalid data
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/apport_python_hook.py", line 77, in apport_excepthook
    pr['PythonArgs'] = '%r' % sys.argv
AttributeError: 'module' object has no attribute 'argv'

Original exception was:
Traceback (most recent call last):
  File "<string>", line 18, in kpythonpluginfactory_bridge
  File "/usr/share/kde4/apps/system-config-printer-kde/system-config-printer-kde.py", line 4004, in CreatePlugin
    kcm = u.makeui(component_data, widget_parent)
  File "/usr/share/kde4/apps/system-config-printer-kde/system-config-printer-kde.py", line 223, in makeui
    special_choice=_("Automatic rotation")),
  File "/usr/share/kde4/apps/system-config-printer-kde/system-config-printer-kde.py", line 51, in _
    return unicode(i18n(string), "utf-8")
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 4-6: invalid data