--- a/QScintilla/Shell.py Tue Aug 10 13:15:03 2010 +0200 +++ b/QScintilla/Shell.py Tue Aug 10 14:17:54 2010 +0200 @@ -383,7 +383,7 @@ @param ui reference to the debugger UI object (DebugUI) """ - self.connect(ui, SIGNAL('exceptionInterrupt'), self.__writePrompt) + ui.exceptionInterrupt.connect(self.__writePrompt) def __initialise(self): """