Comment 19 for bug 1073197

Revision history for this message
In , Jiri (jiri-redhat-bugs) wrote :

Thanks.
First let's try to get rid of the logger error.

Stanislav, can you edit /usr/share/hplip/base/logger.py and at line 321 replace
txt = "error: %s" % message.encode("utf-8")
with
txt = "error: %s" % message

Then try to reproduce the problem (have you been actually able to reproduce it ?).