--- a/Project/ProjectFormsBrowser.py Fri Jul 05 19:39:15 2013 +0200 +++ b/Project/ProjectFormsBrowser.py Sat Jul 06 15:48:58 2013 +0200 @@ -738,7 +738,7 @@ self.noDialog = noDialog self.compileProc.start(uic, args) - procStarted = self.compileProc.waitForStarted() + procStarted = self.compileProc.waitForStarted(5000) if procStarted: self.compileRunning = True e5App().getObject("ViewManager").enableEditorsCheckFocusIn(False)