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 _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
