Salome HOME
Increment version of 7.1.0
[tools/yacsgen.git] / Examples / pygui1 / README.txt
1 A Python component dynamically loadable
2 ===============================================
3
4 To build this example, modify the ../context.py file
5 to take into account your configuration.
6
7 1- your prerequisite file 
8 2- your KERNEL_ROOT_DIR
9
10 Then set the environment (including PYTHONPATH for YACSGEN, ../.. from here and execute components.py ::
11
12   source <your prerequisite file>
13   python components.py
14
15 You should get a SALOME module in source form (pycompos_SRC), its installation (install) and
16 a SALOME application (appli) composed of modules KERNEL, GUI, YACS and the new module pycompos.
17
18 Launch SALOME : ./appli/runAppli -k
19 activate the pycompos module, look at the doc, activate commands, ...