$python -E Python 2.5.1 (r251:54863, May 29 2007, 07:42:28) [GCC 4.1.2 (Gentoo 4.1.2)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import PyQt4.Qt as Qt >>> print Qt.QCoreApplication.instance() None >>> print Qt.qApp <PyQt4.QtGui.QApplication object at 0x2b78540079e0> >>>
Gerard _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
