--- a/Utilities/BackgroundService.py Tue Sep 23 19:00:11 2014 +0200 +++ b/Utilities/BackgroundService.py Sat Sep 27 12:34:27 2014 +0200 @@ -84,6 +84,7 @@ getConfig('ericDir'), "Utilities", "BackgroundClient.py") proc = QProcess() + proc.setProcessChannelMode(QProcess.ForwardedChannels) args = [backgroundClient, self.hostAddress, str(port)] proc.start(interpreter, args) if not proc.waitForStarted(10000):