I found a solution for this issue:

Edit File /usr/share/hplip/base/mdns.py around line 311:

#y['device1'] = "MFG:Hewlett-Packard;MDL:%s;CLS:PRINTER;" % txt['ty']
try:
    y['device1'] = "MFG:Hewlett-Packard;MDL:%s;CLS:PRINTER;" % txt['ty']
except KeyError:
    log.debug("NO ty Key in txt: %s" % repr(txt))

-- 
setup.py crashed with KeyError in detectNetworkDevices()
https://bugs.launchpad.net/bugs/519430
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to