On 4/24/10, lux-integ <lux-in...@btconnect.com> wrote:
> On Saturday 24 April 2010 06:14:51 pm cliffhan...@gardener.com wrote:
>
>> Any ideas here, tried changing .py files etc
>>
>> MAC
>

My cmake debugging experience is limited to find and grep.
[I found]
l...@lfs:/sources/KDE/4.4.2/kdeadmin-4.4.2$ grep -I -r pycups .
system-config-printer-kde/cmake-modules/FindPyCups.cmake
[which says]
try:
    import cups
except:
    exit(1)
print "Groovy"

Since I don't even have cups installed, I execute that and test the
return code which is false.
$ python system-config-printer-kde/cmake-modules/FindPyCups.py
$ echo $?
1

I know the reason it doesn't find it on my system.
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to