<div dir="ltr">Florian,<div><br></div><div>Thank you very much, this solved my issue entirely :)</div><div><br></div><div>PyQt5 appears to have been installed successfully now, as I'm able to import QtCore, QtGui, QtWidgets, etc. as required.</div><div><br></div><div>I tried running a very basic sample file last night, but received the error along the lines of "failed to load platform plugin 'xcb'. I built Qt with the ./configure flag 'no-xcb', as I will be using EGLFS instead. As such, shouldn't Qt be looking to initiate EGLFS rather than xcb anyway?</div><div><br></div><div>Is there a configuration option I've missed to force EGLFS?</div><div><br></div><div>Many thanks,</div><div><br></div><div>Jamie </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Aug 1, 2017 at 7:52 PM, Florian Bruhin <span dir="ltr"><<a href="mailto:me@the-compiler.org" target="_blank">me@the-compiler.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hey Jamie,<br>
<span class=""><br>
On Tue, Aug 01, 2017 at 07:17:32PM +1000, James Ross-Smith wrote:<br>
> I've downloaded, unpacked and attempted to install PyQt5, but am running<br>
> into errors. I've used the --qmake and --sip flags in the ./configure<br>
> command to point to the required executables, which appears to have worked.<br>
> I receive the following strange line when checking whether or not to build<br>
> QtGui:<br>
><br>
> Checking to see if the QtGui module should be built...<br>
> Disabled QtGui features: P, y, Q, t, _, D, e, s, k, t, o, p, _, O, p, e, n,<br>
> G, L<br>
<br>
</span>This looks like a bug in PyQt which is fixed in the latest development<br>
snapshot. From the changelog:<br>
<br>
    2017-07-16  Phil Thompson  <<a href="mailto:phil@riverbankcomputing.com">phil@riverbankcomputing.com</a>><br>
<br>
        * lib/configure.py:<br>
        Fixed the configuration tests' handling of disabled features.<br>
        [1a7f9ba28fed] <5.9-maint><br>
<span class=""><br>
> Can anyone point me in the right direction? This is my first attempt at<br>
> building packages from source and I'm a little unsure as to where to start<br>
> trying to resolve these issues.<br>
<br>
</span>Try downloading the latest snapshot instead of the release from here:<br>
<a href="https://www.riverbankcomputing.com/software/pyqt/download5" rel="noreferrer" target="_blank">https://www.<wbr>riverbankcomputing.com/<wbr>software/pyqt/download5</a><br>
<span class="HOEnZb"><font color="#888888"><br>
Florian<br>
<br>
--<br>
<a href="https://www.qutebrowser.org" rel="noreferrer" target="_blank">https://www.qutebrowser.org</a>  | <a href="mailto:me@the-compiler.org">me@the-compiler.org</a> (Mail/XMPP)<br>
   GPG: 916E B0C8 FD55 A072  | <a href="https://the-compiler.org/pubkey.asc" rel="noreferrer" target="_blank">https://the-compiler.org/<wbr>pubkey.asc</a><br>
         I love long mails!  | <a href="https://email.is-not-s.ms/" rel="noreferrer" target="_blank">https://email.is-not-s.ms/</a><br>
</font></span></blockquote></div><br></div>