<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Le 15/02/12 17:49, Tom Brander a écrit :
<blockquote
cite="mid:CAAaQZethuxvfJAXvodxeUtBy2PyOgoJH7LOaw7e_StFXzxYTFg@mail.gmail.com"
type="cite">Installed SIP with configure.py, make and make install
for Python2.7
<div>but when I went to configure.py for pyqt I get </div>
<div>
<div><a class="moz-txt-link-abbreviated" href="mailto:tom@tom-Satellite-A105:~/Downloads/PyQt-x11-gpl-4.9.1$">tom@tom-Satellite-A105:~/Downloads/PyQt-x11-gpl-4.9.1$</a> sudo
python2.7 configure.py -w</div>
<div>Error: Make sure you have a working Qt v4 qmake on your
PATH or use the -q</div>
<div>argument to explicitly specify a working Qt v4 qmake.</div>
<div>Using Ubuntu10.10</div>
<div><br>
</div>
<div>I thought configure.py creates the required make files..
what am I missing?</div>
<div><br>
</div>
<div>Posted here on SO as well <a moz-do-not-send="true"
href="http://stackoverflow.com/questions/9294956/install-pyqt-to-alternative-python-version-on-ubuntu">http://stackoverflow.com/questions/9294956/install-pyqt-to-alternative-python-version-on-ubuntu</a></div>
<div><br>
</div>
-- <br>
Tom Brander<br>
<a moz-do-not-send="true" href="http://oswco.com"
target="_blank">http://oswco.com</a> -Open Software<br>
@dartdog<br>
</div>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
PyQt mailing list <a class="moz-txt-link-abbreviated" href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a>
<a class="moz-txt-link-freetext" href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a></pre>
</blockquote>
qmake is not create by configure.py. <br>
<br>
qmake is the program make for qt.<br>
<br>
What's the return of the command:<br>
<br>
$ whereis qmake<br>
<br>
Normally, this is /usr/bin/qmake<br>
<br>
Also, you don't need sudo for configure, only for make install<br>
<br>
<div class="moz-signature">-- <br>
Vincent V.V.<br>
<a href="https://launchpad.net/oqapy">Oqapy</a> . <a
href="https://launchpad.net/qarte+7">Qarte+7</a> . <a
href="https://launchpad.net/paqager">PaQager</a></div>
</body>
</html>