Utilities/BackgroundService.py

branch
5_5_x
changeset 3820
c00bdab507ef
parent 3591
2f2a4a76dd22
diff -r 7dadfde0f017 -r c00bdab507ef Utilities/BackgroundService.py
--- a/Utilities/BackgroundService.py	Tue Sep 23 18:58:33 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):

eric ide

mercurial