--- a/Project/ProjectInterfacesBrowser.py Fri Jul 05 19:39:15 2013 +0200 +++ b/Project/ProjectInterfacesBrowser.py Sat Jul 06 15:48:58 2013 +0200 @@ -498,7 +498,7 @@ self.noDialog = noDialog self.compileProc.start(self.omniidl, args) - procStarted = self.compileProc.waitForStarted() + procStarted = self.compileProc.waitForStarted(5000) if procStarted: self.compileRunning = True return self.compileProc