Linux - Mandriva - Webdesign - Windows - Netzwerk
system-config-printer: AttributeError: 'module' object has no attribute 'openprinting'
Antwort
Beim Aufruf von system-config-printer erscheint folgende Fehlermeldung:
Traceback (most recent call last):
File "/usr/share/system-config-printer/system-config-printer.py", line 5591, in
main(configure_printer, change_ppd, devid)
File "/usr/share/system-config-printer/system-config-printer.py", line 5553, in main
mainwindow = GUI(configure_printer, change_ppd, devid)
File "/usr/share/system-config-printer/system-config-printer.py", line 346, in __init__
self.newPrinterGUI = np = NewPrinterGUI(self)
File "/usr/share/system-config-printer/system-config-printer.py", line 2735, in __init__
self.openprinting = cupshelpers.openprinting.OpenPrinting ()
AttributeError: 'module' object has no attribute 'openprinting'
Lösung: als root in der Konsole
rm -f /usr/share/system-config-printer/*.pyc
rm -f /usr/lib/python2.5/site-packages/cupshelpers/*.pyc


Kommentar schreiben