HPLIP package is broken on Ubuntu

1

I'm running Ubuntu 10.10, and when I try to run the Update Manager, it keeps failing when attempting to install the updated hplip package. If I run it from the command-line, it shows a Python syntax error and fails after that.

The syntax looks correct in the error returned, so I'm not sure why it fails.

wersimmon

Posted 2010-11-12T05:10:34.210

Reputation: 932

Answers

1

They switched to Python3 in Maverick, but the hplip configuration scripts rely on Python2. Change /usr/bin/python to point to /usr/bin/python2.6 instead of python3.1.

I hope my searching helps someone else :)

wersimmon

Posted 2010-11-12T05:10:34.210

Reputation: 932