[PyQt] PyQt4 crashing on inspect.ismodule(QSignalMapper)

Fabio Zadrozny fabiofz at gmail.com
Thu Sep 10 01:16:46 BST 2009


The console session below shows the problem.

[D:\bin\4nt-7.01.360]d:\bin\Python261\python.exe
Python 2.6.1 (r261:67517, Dec  4 2008, 16:51:00) [MSC v.1500 32 bit
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> from PyQt4.QtCore import *
>>> QSignalMapper
<class 'PyQt4.QtCore.QSignalMapper'>
>>> import inspect
>>> inspect.ismodule(QSignalMapper) <-- The interpreter is crashing here

Can others reproduce? I'm using the binary PyQt-Py2.6-gpl-4.5.4-1.exe
(which should be the latest stable)

Is there some place to report this bug?

Thanks,

Fabio


More information about the PyQt mailing list