On Fri, 30 Jul 2010 19:10:58 +0200, detlev <[email protected]> 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 _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
