Comment 37 for bug 331192

Revision history for this message
mcNisse (johan-erlands) wrote : Re: KDE printer configuration app stopped working on Lucid

I have tested it some more, and it doesn't really work for me either. The frame is showing but I still get some errors like this:

Traceback (most recent call last):
  File "/usr/share/kde4/apps/system-config-printer-kde/system-config-printer-kde.py", line 424, in on_tvMainList_cursor_changed
    self.fillPrinterTab(name)
  File "/usr/share/kde4/apps/system-config-printer-kde/system-config-printer-kde.py", line 1147, in fillPrinterTab
    option.reinit (value, supported=supported)
  File "/usr/share/kde4/apps/system-config-printer-kde/options.py", line 152, in reinit
    if original_value != self.get_widget_value():
  File "/usr/share/kde4/apps/system-config-printer-kde/options.py", line 204, in get_widget_value
    raise NotImplemented
TypeError: exceptions must be classes or instances, not NotImplementedType

I think it is because options.py cannot handle the widgets used.