Salome HOME
CCAR (EDF-RD):
authorcaremoli <caremoli>
Thu, 5 Jun 2003 17:54:20 +0000 (17:54 +0000)
committercaremoli <caremoli>
Thu, 5 Jun 2003 17:54:20 +0000 (17:54 +0000)
commit6feaf2404b22b972b638fbe1b8319adbd9b0a249
tree79d2d9bb33a3357d090b86d541a8c0f117019f84
parent168f12f5abfd8964f863abbb13012b20a900648d
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
src/SALOME_SWIG/import_hook.py [new file with mode: 0644]
src/SALOME_SWIG/kernel_shared_modules.py [new file with mode: 0644]