[PyQt] [BUG?] QWaitCondition warning with QWebView

Florian Bruhin me at the-compiler.org
Thu Feb 6 10:06:12 GMT 2014


When using a simple QWebView in a PyQt project, I get the following
warning when exiting it:

    QWaitCondition: Destroyed while threads are still waiting

Example script:

---------------------------------------------
import sys

from PyQt5.QtCore import QUrl
from PyQt5.QtWidgets import QApplication
from PyQt5.QtWebKitWidgets import QWebView

app = QApplication(sys.argv)
wv = QWebView()
wv.load(QUrl("http://ddg.gg/"))
wv.show()
sys.exit(app.exec_())
---------------------------------------------

This doesn't seem to happen with a non-pyQt webkit example.

Using PyQt 5.2 with Qt 5.2.0 and Python 3.3.3 on Windows 7.

Florian

-- 
() ascii ribbon campaign - stop html mail    www.asciiribbon.org
/\ www.the-compiler.org  | I love long mails http://email.is-not-s.ms/
<Espy> be careful, some twit might quote you <Espy> out of context... 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20140206/487d0985/attachment-0001.pgp>


More information about the PyQt mailing list