Boreatton Scouts
Posts: 34
Joined: Sat Apr 14, 2012 3:00 pm
Contact: Website

Re: Qt Q

Wed May 09, 2012 4:53 pm

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!

Max

Re: Qt Q

Wed May 09, 2012 11:28 pm

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)

Boreatton Scouts
Posts: 34
Joined: Sat Apr 14, 2012 3:00 pm
Contact: Website

Re: Qt Q

Wed May 09, 2012 11:52 pm

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...

User avatar
SN
Posts: 1014
Joined: Mon Feb 13, 2012 8:06 pm
Location: Romiley, UK
Contact: Website

Re: Qt Q

Thu May 10, 2012 12:12 am

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
Steve N – binatone mk4->intellivision->zx81->spectrum->cbm64->cpc6128->520stfm->pc->raspi ?

Return to “Beginners”