From: san Date: Tue, 18 Apr 2006 14:55:02 +0000 (+0000) Subject: Debug version of python executable used in debug mode X-Git-Tag: LAST_STABLE_VERSION_21_09_2006_ON_3_2_0~60 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=67866f4d6e1fdec320d068bdf216b0f2cb61e906;p=modules%2Fkernel.git Debug version of python executable used in debug mode --- diff --git a/bin/runSalome.py b/bin/runSalome.py index 03791feee..a95e49fd1 100755 --- a/bin/runSalome.py +++ b/bin/runSalome.py @@ -355,7 +355,7 @@ class ContainerPYServer(Server): self.args=args self.initArgs() if sys.platform == "win32": - self.CMD=[os.environ["PYTHONDIR"] + "/libs/python.exe ", os.environ["KERNEL_ROOT_DIR"] + "/win32/python/" + 'SALOME_ContainerPy.py','FactoryServerPy'] + self.CMD=[os.environ["PYTHONDIR"] + "/libs/python" + os.environ["PYTHON_EXE"] + ".exe ", os.environ["KERNEL_ROOT_DIR"] + "/win32/python/" + 'SALOME_ContainerPy.py','FactoryServerPy'] else: self.CMD=['SALOME_ContainerPy.py','FactoryServerPy']