[PyQt] PyQt application crashes on exit

Tobias Ramos tobalas at gmail.com
Thu Apr 8 19:19:47 BST 2010


Well..
i cannot say if this is a Windows 7 issue... but seens to be.
the  same application hangs on Windows 7... but doesn´t hang in a windows xp
sp3
i using PyQt 4.7.2  and Python 2.6.5 and Qt 4.6.2 in both systems
windows 7 report an application crash seconds after its closed.
If i start the application through Eclipse, after exits the python process
keep in memory until forced to finish

trying to get through this too.

Tobias



On 8 April 2010 14:49, Alexander Serdyukov <alexander.serdyukov at gmail.com>wrote:

> Hi,
>
> After I've installed PyQt 4.7.2 many of the samples I work with will
> repeatedly crash on exit.
>
> This would be the simplest example to reproduce this problem.
>
> import sys
> from PyQt4.QtGui import *
> app = QApplication(sys.argv)
> tree = QTreeWidget()
> item = QTreeWidgetItem(tree, ["item 1"])
> tree.show()
> app.exec_()
>
> I tried to download the latest snapshot
> (PyQt-win-gpl-snapshot-4.7.3-22b0acdb1b62.zip), but the problem is
> still here.
> This is what I have on my machine now:
> Windows 7 Professional 64-bit
> Python 3.1.2.3 (installed from ActivePython's msi package)
> Qt 4.6.2 installed from qt-sdk-win-opensource-2010.02.1.exe and built
> with Visual Studio 2005
> PyQt build from PyQt-win-gpl-snapshot-4.7.3-22b0acdb1b62.zip sources
>
> Am I doing something wrong?
>
> Thanks,
> Alex
> _______________________________________________
> PyQt mailing list    PyQt at riverbankcomputing.com
> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20100408/2aaede99/attachment.html>


More information about the PyQt mailing list