<div dir="ltr"><div><div><div><div><div><div><div><div><div><div>Hello,<br></div>           I am trying to install Py Qt from source on Ubuntu 16.04. I have previously installed qmake under the following directory <br><br></div>/usr/local/TrollTech/Qt-4.7.8/bin/qmake. However when I run python3.5 configure-ng.py I get this message <br><br>qmake: could not exec '/usr/lib/x86_64-linux-gnu/qt4/bin/qmake': No such file or directory<br>Error: PyQt4 requires Qt v4.1.0 or later. Use the --qmake flag to specify the<br>correct version of qmake. If you are sure you are using Qt v4 then try the<br>configure.py script instead of this one.<br>Querying qmake about your Qt installation...<br><br></div>There is an existing /usr/bin/qmake which came with Ubuntu I presume which does not work for whatever reasons. My installation sits in a different directory as pointed above. How do I modify my configure-ng.py script so it picks up my version of qmake and not the system one ?<br><br></div>I have root privileges on this box and I am the sole user. <br><br></div> I modified this line<br><br> pipe = os.popen(' '.join([qmake, '-query']))<br><br></div>and changed it to ' pipe = os.popen(' '.join(['/usr/local/TrollTech/Qt-4.7.8/bin/qmake', '-query']))<br><br></div>but this does not seem to work either. When I run this on my tcsh that command prints the information without any error.<br><br></div>Any suggestions will be appreciated.<br></div>Regards,<br></div>Ashwin.<br></div>