Utilities/BackgroundService.py

changeset 3821
8731f4bf0704
parent 3670
f0cb7579c0b4
child 4021
195a471c327b
diff -r 7216192a9de5 -r 8731f4bf0704 Utilities/BackgroundService.py
--- 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):

eric ide

mercurial