Ok Till.
The way I found to install hp-plugin is apply a small change on file
"/usr/lib/python2.6/urllib.py", line 265, replacing the code
size = int(headers["Content-Length"])
by
size = int(headers["Content-Length"].split(",")[0])
That's because headers["Content-Length"] seems to be returning something like
"7054, 7054" instead of "7054" that might be
expected.
After this hp-plugin works fine.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740140
Title:
hp-plugin -i plugin download error
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs