On Saturday 24 April 2010 09:34:03 pm James Richard Tyrer wrote: > > python FindPyCups.py > > If I read it correctly, it prints: "Groovy" to standard output if it is > found. If not, the easiest way to check to see that PyCups is installed > correctly is to install it again.
Its a while since I did it and I can only recall vaguely from memory. But I think newer versions of pyCUPS have a shared library (cups.so) somewhere in ~/pythonXY/site-packages(or whatnot). if you link this to say /usr/local/lib/cups.so, cmake is more likely to find pyCUPS. The problem with cmake in KDE is that some of the 'Find' modules have quite restricted search paths. hope the above helps. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
