CCAR (EDF-RD):
- First modification : runSalome.py can be imported or exec'ed. I'm not sure
it's really possible to use startSalome or startGUI from another Python module
but it's a first step.
- Second modification : new import mechanism for shared python modules (CORBA, qt,..)
This mechanism implemented in the new module import_hook replaces the
standard import mechanism. New module kernel_shared_modules helps to define those modules
that must be imported only once. Other modules can have their own <module>_shared_modules
- 3rd : some minor improvments in Python interpretor (more error trace) and link to new import
mechanism.
- 4th : modification of check_sip and check_pyqt to recognize different versions 3.3, ..., 3.5