Salome HOME
CCAR (EDF-RD): CCAR_br1
authorcaremoli <caremoli>
Thu, 5 Jun 2003 17:54:21 +0000 (17:54 +0000)
committercaremoli <caremoli>
Thu, 5 Jun 2003 17:54:21 +0000 (17:54 +0000)
commit13927e1438178ea92cd25d84a5d7fd383b5d22f2
tree0a26fcfe0f0958619da01b72a3a4ab66e8161717
parent12238516c0636372a9d0a9583c18ab9589e7f2b4
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
bin/runSalome.py
salome_adm/unix/config_files/check_pyqt.m4
salome_adm/unix/config_files/check_sip.m4
src/SALOMEGUI/PyInterp_base.cxx
src/SALOMEGUI/QAD_PyInterp.cxx
src/SALOME_SWIG/Makefile.in
src/SALOME_SWIG/salome_shared_modules.py