******************************************************
*
* Environment variable VISU_ROOT_DIR must be set
* Module VISU will be not available
*
********************************************************
runSalome running on richard-OptiPlex-9010
Searching for a free port for naming service: 2810 - OK
Searching Naming Service + found in 0.1 seconds 
Searching /Kernel/Session in Naming Service ++Warning, no type found for resource "localhost", using default value "single_machine"
+++++++ found in 4.5 seconds 
Start SALOME, elapsed time :   4.8 seconds
****************************************************************
*    Warning: VISU GUI resources are not found.
*    VISU GUI will not be available.
****************************************************************
th. 139953881610176 - Trace /dn60/series7x/SMESH/Ubuntu-1304-64/SMESH_SRC/src/SMESH_I/SMESH_Gen_i.cxx [3991] : SMESH_Gen_i::Load
th. 139953881610176 - Trace /dn60/series7x/SMESH/Ubuntu-1304-64/SMESH_SRC/src/SMESH_I/SMESH_Gen_i.cxx [4009] : THE URL++++++++++++++
th. 139953881610176 - Trace /dn60/series7x/SMESH/Ubuntu-1304-64/SMESH_SRC/src/SMESH_I/SMESH_Gen_i.cxx [4010] : /home/richard/Salome/
th. 139953881610176 - Trace /dn60/series7x/SMESH/Ubuntu-1304-64/SMESH_SRC/src/SMESH_I/SMESH_Gen_i.cxx [4011] : THE TMP PATH+++++++++
th. 139953881610176 - Trace /dn60/series7x/SMESH/Ubuntu-1304-64/SMESH_SRC/src/SMESH_I/SMESH_Gen_i.cxx [4012] : /tmp/42925/
th. 139953881610176 - Trace /dn60/series7x/SMESH/Ubuntu-1304-64/SMESH_SRC/src/SMESH_I/SMESH_Gen_i.cxx [4856] : SMESH_Gen_i::Load completed

===============================================================================
WARNING:
Usage of geompy.py is deprecated after SALOME V7.2!
geompy.py will be removed in a future version!
TODO:
The following changes in your scripts are required to avoid this message:

replace
-------

import geompy
geompy.init_geom(theStudy)

with
----

from salome.geom import geomBuilder
geompy = geomBuilder.New(salome.myStudy)

See also GEOM User's Guide for more details

WARNING:
The geompy.py module works correctly only in first created study.
It does not work in second, third, etc studies!

