505 self.shutdownCalled = False |
505 self.shutdownCalled = False |
506 self.inCloseEevent = False |
506 self.inCloseEevent = False |
507 |
507 |
508 # now redirect stdout and stderr |
508 # now redirect stdout and stderr |
509 # TODO: release - reenable redirection |
509 # TODO: release - reenable redirection |
510 ## sys.stdout = self.stdout |
510 sys.stdout = self.stdout |
511 ## sys.stderr = self.stderr |
511 sys.stderr = self.stderr |
512 |
512 |
513 # now fire up the single application server |
513 # now fire up the single application server |
514 if Preferences.getUI("SingleApplicationMode"): |
514 if Preferences.getUI("SingleApplicationMode"): |
515 splash.showMessage( |
515 splash.showMessage( |
516 self.tr("Initializing Single Application Server...")) |
516 self.tr("Initializing Single Application Server...")) |