I am trying to install PyQt for developing Python applications using Qt. I downloaded SIP and PyQt4 from http://www.riverbankcomputing.co.uk and compiled the packages.
But I ran into a problem while compiling PyQt4:
I ran python configure.py in the terminal and I got:
Error: Make sure you have a working Qt v4 qmake on your PATH or use the -q argument to explicitly specify a working Qt v4 qmake.
I looked in the Qt settings and I saw the path for qmake defined here "home / user / .QtSDK / Simulator / Qt / gcc / bin / qmake". Where else should this path be set?
And how can I configure qt, so I can write the code directly in Qt Creator and execute it there, like any other C ++ file. I installed Qt from the Nokia website and was installed in the /home/user/.QtSDK folder.
Thanks.
source share