On 4/24/10, [email protected] <[email protected]> wrote: > But these are installed:- > > root [ /usr/lib/python2.6/site-packages ]# ls cups* > cups-1.0-py2.6.egg-info cups.so >
[Tyrer] >>I would try running that manually. Change to that directory and: >> 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. [cliffhanger] >Doing this returns me to prompt, with no response There is no response if python couldn't find it, and running 'echo $?' immediately after the command will print 0 if the command succeed or a non-zero number if it did not succeed. Is python the confused installation, maybe? -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
