<div dir="ltr"><div>I've re-installed 5.4~ below are approximate commands and the remnants of build.<br><br></div>I backed myself into the upgrade and didn't have sip 4.16.9 the 1st attempt.<br><div><div><br>ubuntu@ubuntu-desktop:~/PyQt-gpl-5.5.1$ cat /home/ubuntu/PyQt-gpl-5.5.1/qtdetail.out <br>Open Source<br>shared<br><br># get and install pyqt<br>wget <a href="http://www.riverbankcomputing.com/static/Downloads/PyQt5/PyQt-gpl-5.5.1-snapshot-7ff58420e62e.tar.gz">http://www.riverbankcomputing.com/static/Downloads/PyQt5/PyQt-gpl-5.5.1-snapshot-7ff58420e62e.tar.gz</a>     <br>gzip -df PyQt-gpl-5.5.1-snapshot-7ff58420e62e.tar.gz<br>tar -xvf PyQt-gpl-5.5.1-snapshot-7ff58420e62e.tar<br>rm PyQt-gpl-5.5.1-snapshot-7ff58420e62e.tar<br>mv PyQt-gpl-5.5.1-snapshot-7ff58420e62e/ PyQt-gpl-5.5.1<br>cd PyQt-gpl-5.5.1<br><br>python configure.py --qmake=/home/ubuntu/Qt/5.5/gcc_64/bin/qmake<br>sudo ln -s /usr/include/python2.7 /usr/local/include/python2.7<br>make<br>sudo make install<br><br>python configure.py --qmake=/home/ubuntu/Qt/5.5/gcc_64/bin/qmake -e QtWebkit<br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jul 25, 2015 at 2:31 AM, 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"><span class="">On 25/07/2015 9:38 am, Detlev Offenbach wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Am 25.07.2015 um 10:26 schrieb Phil Thompson:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 25/07/2015 5:20 am, Kevin Mcintyre wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
python configure.py --qmake=/home/ubuntu/Qt/5.5/gcc_64/bin/qmake -e QtWebkit<br>
Querying qmake about your Qt installation...<br>
Determining the details of your Qt installation...<br>
This is the GPL version of PyQt 5.5.1-snapshot-7ff58420e62e (licensed under<br>
the<br>
GNU General Public License) for Python 2.7.6 on linux2.<br>
Error: This version of PyQt5 and the commercial version of Qt have<br>
incompatible<br>
licenses.<br>
<br>
Must I buy a licence to build PyQt for QtWebkit or should I stay at 5.4.1<br>
for Qt where this seemed to work?<br>
</blockquote>
<br>
Are you using the commercial version of Qt? If not can you send me the qtdetail.out file generated by configure.py?<br>
<br>
<br>
</blockquote>
This is most probably the same issue already reported by me. THat was<br>
related to using Qt provided via the Online/Offline installer. Phil<br>
included a change in the recent snapshot.<br>
</blockquote>
<br></span>
He's using the latest snapshot. There seems to be little consistency in what QLibraryInfo::licensee() returns, either for the commercial or LGPL versions of Qt.<span class="HOEnZb"><font color="#888888"><br>
<br>
Phil</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com" target="_blank">PyQt@riverbankcomputing.com</a><br>
<a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" rel="noreferrer" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a></div></div></blockquote></div><br></div>