]> SALOME platform Git repositories - modules/eficas.git/commitdiff
Salome HOME
*** empty log message ***
authorPascale Noyret <pascale.noyret@edf.fr>
Thu, 25 Oct 2007 13:58:30 +0000 (13:58 +0000)
committerPascale Noyret <pascale.noyret@edf.fr>
Thu, 25 Oct 2007 13:58:30 +0000 (13:58 +0000)
InterfaceQT/qtEficas.py

index a6d03abef7c9ba5cf8c5a07466e03effebd422f6..149b166f246a0a4e8c0968d291f3ba72a639a0b6 100644 (file)
@@ -5,6 +5,7 @@ REPINI=os.path.dirname(os.path.abspath(__file__))
 INSTALLDIR=os.path.join(REPINI,'..')
 sys.path.append(INSTALLDIR)
 sys.path.append(INSTALLDIR+"/Ui")
+sys.path.append(INSTALLDIR+"/InterfaceQT")
 
 from qt import *
 from myMain_ui import Eficas
@@ -16,7 +17,6 @@ from Editeur import session
 from InterfaceQT import utilIcons
 utilIcons.initializeMimeSourceFactory()
 
-import prefs
 
 class Appli(Eficas):    
     """
@@ -31,6 +31,9 @@ class Appli(Eficas):
         """
         Eficas.__init__(self)
 
+        if code == "ASTER" : 
+           from Aster import prefs
+           sys.path.append(INSTALLDIR+"/Aster")
         self.top=self
         self.CONFIGURATION = configuration.make_config(self,prefs.REPINI)
         self.CONFIGStyle = configuration.make_config_style(self,prefs.REPINI)
@@ -186,6 +189,7 @@ class Appli(Eficas):
 if __name__=='__main__':
 
     # Modules Eficas
+    sys.path.append(INSTALLDIR+"/Aster")
     import prefs
     if hasattr(prefs,'encoding'):
        # Hack pour changer le codage par defaut des strings