From: abd Date: Mon, 5 Jun 2006 06:40:47 +0000 (+0000) Subject: NO create console for new install version X-Git-Tag: LAST_STABLE_VERSION_21_09_2006_ON_3_2_0~37 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=88e95527030c913ad4f398cc730ae122ec79c7b2;p=modules%2Fkernel.git NO create console for new install version --- diff --git a/bin/server.py b/bin/server.py index a0718cdfc..fc427cd80 100755 --- a/bin/server.py +++ b/bin/server.py @@ -38,7 +38,7 @@ class Server: #cmd_str = "\"" + string.join(command, " ") + "\"" #print cmd_str #pid = win32pm.spawnpid( cmd_str ) - pid = win32pm.spawnpid( string.join(command, " ") ) + pid = win32pm.spawnpid( string.join(command, " "), '-nc' ) else: pid = os.spawnvp(os.P_NOWAIT, command[0], command) process_id[pid]=self.CMD