[PyQt] Installing on Ubuntu non default Python

Tom Brander tombrander at tombrander.com
Wed Feb 15 19:10:25 GMT 2012


tom at tom-Satellite-A105:~$ whereis qmake
qmake:
tom at tom-Satellite-A105:~$
It would appear not to be there, what installs it?

On Wed, Feb 15, 2012 at 12:22 PM, Vincent Vande Vyvre <
vincent.vandevyvre at swing.be> wrote:

> **
> Le 15/02/12 17:49, Tom Brander a écrit :
>
> Installed SIP with configure.py, make and make install for Python2.7
> but when I went to configure.py for pyqt I get
>  tom at tom-Satellite-A105:~/Downloads/PyQt-x11-gpl-4.9.1$ sudo python2.7
> configure.py -w
> 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.
> Using Ubuntu10.10
>
>  I thought configure.py creates the required make files.. what am I
> missing?
>
>  Posted here on SO as well
> http://stackoverflow.com/questions/9294956/install-pyqt-to-alternative-python-version-on-ubuntu
>
>  --
> Tom Brander
> http://oswco.com -Open Software
> @dartdog
>
>
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.comhttp://www.riverbankcomputing.com/mailman/listinfo/pyqt
>
>  qmake is not create by configure.py.
>
> qmake is the program make for qt.
>
> What's the return of the command:
>
> $ whereis qmake
>
> Normally, this is /usr/bin/qmake
>
> Also, you don't need sudo for configure, only for make install
>
> --
> Vincent V.V.
> Oqapy <https://launchpad.net/oqapy> . Qarte+7<https://launchpad.net/qarte+7>.
> PaQager <https://launchpad.net/paqager>
>
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>



-- 
Tom Brander
http://tombrander.com -Real Estate
http://oswco.com -Open Software
3763 West Jackson Blvd.
Birmingham, AL 35213
Phone 205-267-1089
@dartdog
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20120215/ea2870d9/attachment.html>


More information about the PyQt mailing list