<div dir="ltr"><div>Thanks Phil. When you said current snapshot, did you mean current PyQt's snapshot or current Qt snapshot?<br><br>Thanks,<br></div>James<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">

On Wed, Apr 24, 2013 at 1:56 PM, Phil Thompson <span dir="ltr"><<a href="mailto:phil@riverbankcomputing.com" target="_blank">phil@riverbankcomputing.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

On Wed, 24 Apr 2013 13:46:00 -0400, James Jong <<a href="mailto:ribonucleico@gmail.com">ribonucleico@gmail.com</a>><br>
wrote:<br>
<div><div class="h5">> After installing Qt5 and SIP, I am now trying to install PyQt<br>
><br>
> I run the following which resulted in an error:<br>
><br>
> $ python configure-ng.py<br>
> Querying qmake about your Qt installation...<br>
> Determining the details of your Qt installation...<br>
> This is the GPL version of PyQt 4.10.1 (licensed under the GNU General<br>
> Public<br>
> License) for Python 2.7.4 on linux2.<br>
><br>
> Type '2' to view the GPL v2 license.<br>
> Type '3' to view the GPL v3 license.<br>
> Type 'yes' to accept the terms of the license.<br>
> Type 'no' to decline the terms of the license.<br>
><br>
> Do you accept the terms of the license? yes<br>
> Found the license file pyqt-gpl.sip.<br>
> Checking to see if the QtGui module should be built...<br>
> Checking to see if the QtHelp module should be built...<br>
> Checking to see if the QtMultimedia module should be built...<br>
> Checking to see if the QtNetwork module should be built...<br>
> Checking to see if the QtDeclarative module should be built...<br>
> Checking to see if the QtOpenGL module should be built...<br>
> Checking to see if the QtScript module should be built...<br>
> Checking to see if the QtScriptTools module should be built...<br>
> Checking to see if the QtSql module should be built...<br>
> Checking to see if the QtSvg module should be built...<br>
> Checking to see if the QtTest module should be built...<br>
> Checking to see if the QtWebKit module should be built...<br>
> Error: /home/avazquez/local/bin/qmake failed to create a makefile from<br>
> cfgtest_QtWebKit.pro.<br>
><br>
> $ which<br>
> qmake<br>
> 1<br>
> /home/james/local/bin/qmake<br>
><br>
> $ qmake --version<br>
> QMake version 3.0<br>
> Using Qt version 5.0.2 in<br>
> /home/james/opt/qt/src/qt-everywhere-opensource-src-5.0.2/qtbase/lib<br>
><br>
> $ python--version<br>
> Python 2.7.4<br>
><br>
> Why?<br>
<br>
</div></div>Your Qt build probably doesn't include QtWebKit. Use the current snapshot<br>
or use configure.py.<br>
<span class="HOEnZb"><font color="#888888"><br>
Phil<br>
</font></span></blockquote></div><br></div>