[PyQt] Is this a PyQt bug?
Phil Thompson
phil at riverbankcomputing.com
Sat Aug 21 14:17:15 BST 2010
On Fri, 30 Jul 2010 19:10:58 +0200, detlev <detlev at die-offenbachs.de>
wrote:
> Hi,
>
> I am observing some strange behavior on Windows systems with latest
> installer.
> Executing these lines in a Python console crash the interpreter.
>
> from PyQt4.QtNetwork import QLocalSocket
> s = QLocalSocket()
>
> I don't know, if this is a Qt bug or a PyQt bug.
I think it's a Windows feature.
It doesn't crash if you create a QCoreApplication instance first.
Phil
More information about the PyQt
mailing list