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