Comment 2 for bug 331192

Revision history for this message
Michael Marley (mamarley) wrote : Re: KDE printer configuration app stopped working on Jaunty

The following text is dumped to the console when attempting to run the printer applet:

Traceback (most recent call last):
  File "<string>", line 18, in kpythonpluginfactory_bridge
  File "/usr/share/kde4/apps/system-config-printer-kde/kcm-scpk.py", line 3993, in CreatePlugin
    kcm = u.makeui(component_data, widget_parent)
  File "/usr/share/kde4/apps/system-config-printer-kde/kcm-scpk.py", line 163, in makeui
    self.newPrinterGUI = np = NewPrinterGUI(self)
  File "/usr/share/kde4/apps/system-config-printer-kde/kcm-scpk.py", line 2084, in __init__
    if not config.DOWNLOADABLE_DRIVER_SUPPORT:
AttributeError: 'module' object has no attribute 'DOWNLOADABLE_DRIVER_SUPPORT'
Error in sys.excepthook:
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-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/kcm-scpk.py", line 3993, in CreatePlugin
    kcm = u.makeui(component_data, widget_parent)
  File "/usr/share/kde4/apps/system-config-printer-kde/kcm-scpk.py", line 163, in makeui
    self.newPrinterGUI = np = NewPrinterGUI(self)
  File "/usr/share/kde4/apps/system-config-printer-kde/kcm-scpk.py", line 2084, in __init__
    if not config.DOWNLOADABLE_DRIVER_SUPPORT:
AttributeError: 'module' object has no attribute 'DOWNLOADABLE_DRIVER_SUPPORT'