Page 1 of 1

Re: Qt Q

Posted: Wed May 09, 2012 4:53 pm
by Boreatton Scouts
Quick Q - is Qt bundled in the standard SD image? I had a quick delve around but couldn't find it and realise that I do not know how to search for files and directories in linux and that the search in forums won't let me search for Qt

I am looking for Qtgui and Qtcore modules that were listed as being in Pyside.

I also need Pygame

The idea is to get puzzlebox brainstorms working if poss!

( http://www.puzzlebox.brainstorms.info )

Are they already there or do I need to get them or compile them?

Thanks all!

Re: Qt Q

Posted: Wed May 09, 2012 11:28 pm
by Max
Assuming you are using the Debian image.

To install the Qt 4 libraries + python bindings:


sudo apt-get update

sudo apt-get install python-qt4



(it installs the competing python-qt4 wrapper instead of pyside, but should work as well with your application)

Re: Qt Q

Posted: Wed May 09, 2012 11:52 pm
by Boreatton Scouts
Thanks Max - I'll give that a go! It'll prob be next week now as I run explorer scouts on Thurs eves and we're off to the national archery champs for the w/e...

Re: Qt Q

Posted: Thu May 10, 2012 12:12 am
by SN
find DIRPATH -name SEARCH is what you're looking for

so if you want to find a file called python anywhere on the system use

find / -name python