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
  • 972
  • 5
  • 13

1 Answers1

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
  • 972
  • 5
  • 13