Salome HOME
venv directory is configured in config_appli.xml file
authorGilles DAVID <gilles-g.david@edf.fr>
Fri, 28 May 2021 09:54:44 +0000 (11:54 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Fri, 21 Jan 2022 10:26:55 +0000 (11:26 +0100)
commita4874256219c549a9b1ff740d549391c4bf2f25f
tree48d34cdba1b24fd0420140e3f6761cd26fffdd43
parent9965a3a7cba2f97d12c1bce0b1d8346074125000
venv directory is configured in config_appli.xml file

Update appli_clean command

Getting rid of old stuff

getUserName now uses the standard getpass module

Do not use bare "except:" instruction

We are in python3: no more need to inherite classes from object.

cPickle does not exist anymore in python 3

Detect psutil Python module
39 files changed:
CMakeLists.txt
bin/PortManager.py
bin/addToKillList.py
bin/appli_clean.sh
bin/appli_gen.py
bin/appliskel/getAppliPath.py
bin/appliskel/salome_tester/salome_instance.py
bin/appliskel/salome_tester/salome_test_driver.py
bin/appliskel/salome_tester/salome_test_driver_gui.py
bin/launchConfigureParser.py
bin/nameserver.py
bin/orbmodule.py
bin/runSalome.py
bin/runSession.py
bin/salomeContext.py
bin/salomeContextUtils.py.in
bin/salome_utils.py
bin/searchFreePort.py
bin/server.py
bin/setenv.py
doc/salome/tui/pythfilter.py
salome_adm/prepare_generating_doc.py
src/Container/SALOME_Container.py
src/Container/SALOME_ContainerPy.py
src/Container/SALOME_PyNode.py
src/KERNEL_PY/__init__.py
src/KERNEL_PY/kernel/enumerate.py
src/KERNEL_PY/kernel/studyedit.py
src/KERNEL_PY/kernel/testdata.py
src/KERNEL_PY/salome_iapp.py
src/KERNEL_PY/salome_notebook.py
src/KERNEL_PY/salome_version.py
src/Launcher/launcher_proxy.py
src/Logger/Test/TestKiller.py
src/NamingService/SALOME_NamingServicePy.py
src/SALOMEDS/SALOME_DriverPy.py
src/SALOMESDS/SALOMEGlobalVarHelper.py
src/SALOMESDS/SalomeSDSClt.py
src/Utils/Utils_Identity.py