]> SALOME platform Git repositories - modules/kernel.git/commit
Salome HOME
CCAR: fix the use of Py_GetProgramName(file) when initializing embedded Python.
authorcaremoli <caremoli>
Thu, 3 Feb 2011 17:14:56 +0000 (17:14 +0000)
committercaremoli <caremoli>
Thu, 3 Feb 2011 17:14:56 +0000 (17:14 +0000)
commit747e0f14cf56827945e5fcfb4dd7fb3a69a13833
tree5ab8ef7c532c6c1f79546e41866f152bdeb6b9ce
parent3e39987978738c16379f73692c52b711a56364fb
CCAR: fix the use of Py_GetProgramName(file) when initializing embedded Python.
If SALOME_PYTHON environment variable (path to the installed python executable)
is defined use it for the file argument.
This variable can be used in place of the dangerous use of PYTHONHOME.
src/Container/Container_init_python.cxx