I'm moving my project from PyQt to PySide, In PyQt, when call QtCore.pyqtRemoveInputHook(), I can use pdb.set_trace in event funcion, but in PySide I found this function has been removed, when pdb.set_trace(), there will be many messages like these:
QCoreApplication::exec: The event loop is already running QCoreApplication::exec: The event loop is already running QCoreApplication::exec: The event loop is already running QCoreApplication::exec: The event loop is already running QCoreApplication::exec: The event loop is already running QCoreApplication::exec: The event loop is already running QCoreApplication::exec: The event loop is already running QCoreApplication::exec: The event loop is already running QCoreApplication::exec: The event loop is already running QCoreApplication::exec: The event loop is already running QCoreApplication::exec: The event loop is already running
_______________________________________________ PySide mailing list [email protected] http://lists.openbossa.org/listinfo/pyside
