485 |
485 |
486 self.shutdownCalled = False |
486 self.shutdownCalled = False |
487 self.inCloseEevent = False |
487 self.inCloseEevent = False |
488 |
488 |
489 # now redirect stdout and stderr |
489 # now redirect stdout and stderr |
490 # TODO: release - reenable redirection |
490 sys.stdout = self.stdout |
491 ## sys.stdout = self.stdout |
491 sys.stderr = self.stderr |
492 ## sys.stderr = self.stderr |
|
493 |
492 |
494 # now fire up the single application server |
493 # now fire up the single application server |
495 if Preferences.getUI("SingleApplicationMode"): |
494 if Preferences.getUI("SingleApplicationMode"): |
496 splash.showMessage( |
495 splash.showMessage( |
497 self.trUtf8("Initializing Single Application Server...")) |
496 self.trUtf8("Initializing Single Application Server...")) |