[PyQt] Conflict between setuptools & requirements in official PyQt5 docs

Florian Bruhin me at the-compiler.org
Fri Feb 12 12:05:44 GMT 2016


* Phil Thompson <phil at riverbankcomputing.com> [2016-02-12 11:56:52 +0000]:
> On 11 Feb 2016, at 2:34 am, Kovid Goyal <kovid at kovidgoyal.net> wrote:
> > For a real world example that crashes reliably, on every exit, see this
> > QWebEngine based application:
> > https://github.com/kovidgoyal/vise
> > Changing this line https://github.com/kovidgoyal/vise/blob/master/vise/main.py#L223
> > to True causes it to crash on exit on every invocation. All that line
> > does is enable remote debugging in QWebEngine, no other python level
> > changes are involved.
> > 
> > This is again on linux, I have not tried it on other platforms.
> > 
> > You can run the application by (needs PyQt, libsodium installed):
> > 
> > git clone https://github.com/kovidgoyal/vise.git
> > python3 vise
> 
> As far as I can see this isn't an example of the PyQt
> crashes-on-exit problem. Granted it does crash on exit when you set
> the QTWEBENGINE_REMOTE_DEBUGGING environment variable, but that just
> looks like a Qt bug.

Yeah, looks like this which is fixed for 5.6:
https://bugreports.qt.io/browse/QTBUG-50797

Florian

-- 
http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP)
   GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc
         I love long mails! | http://email.is-not-s.ms/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20160212/8ee97168/attachment.sig>


More information about the PyQt mailing list