[PyQt] Qt 4.3+PyQt4.3 and pdb

Phil Thompson phil at riverbankcomputing.co.uk
Thu Oct 25 22:08:10 BST 2007


On Thursday 25 October 2007, Jason Hihn wrote:
> Whenever I call pdb.set_trace() now in my PyQt4 application, the console
> floods with "QCoreApplication::exec: The event loop is already running"
>
>
>
> I had used this with no problem under 4.2.3. Can anyone help?

You could try calling QtCore.pyqtRemoveInputHook() first, but you need PyQt 
v4.2.1 for this.

Phil


More information about the PyQt mailing list