1

I'm try to activate airprint support on CentOS5. I found this guide, but the airprint-generate python script needs cups support. It seems this script needs the python-cups lib.

How can I install this lib on CentOS 5 64bit?

Bart De Vos
  • 17,761
  • 6
  • 62
  • 81
InuYaksa
  • 111
  • 2

1 Answers1

0

I found a solution for CentOS 5.6 with Python 2.4.

Install pycups with:

yum install system-config-printer-libs

You have to modify airprint-generate.py, line 43 as:

from cElementTree import Element, ElementTree, tostring
InuYaksa
  • 111
  • 2