[PyQt] Possible bug: Instantiating QWebPage results in segfault

2013-03-01 Thread Ken Kinder
Howdy. I may have found a bug, but because simple script will cause a segfault: #!/usr/bin/env python import sys from PyQt4 import Qt from PyQt4.QtWebKit import QWebPage a = Qt.QApplication(sys.argv) p = QWebPage() hello = Qt.QLabel("Hello, World") hello.show()

Re: [PyQt] Install PyQt4 from Source

2013-03-01 Thread V. Armando Sole
Hello, On 01.03.2013 20:33, Helmut Seidel M.A. wrote: Can anybody tell me where I can find the current Qt4.xxx SDK or how to get PyQt-Py2.7-x86-gpl-4.9.6-1.exe [2] running? Are you looking for the Qt sources? ftp://ftp.qt-project.org/qt/source/ Armando ___

[PyQt] Install PyQt4 from Source

2013-03-01 Thread Helmut Seidel M.A.
Hello everybody, today I tried to install PyQt-Py2.7-x86-gpl-4.9.6-1.exe on my Windows-7 machine.On testeing the installation in idle I got a "file not found error" when typing the command "from PyQt4