Try running this bit of Python and showing us the output: #!/usr/bin/python import cups from pprint import * c=cups.Connection() for printer in c.getPrinters().keys(): print printer pprint (c.getPrinterAttributes(printer))
Hopefully this will pin-point the attribute that has a weird IPP type. The '(unknown IPP tag)' string comes from pycups. -- system-config-printer.py crashed with ValueError in reinit() https://bugs.launchpad.net/bugs/140887 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs