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?

link|improve this question
feedback

1 Answer

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
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.