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