From eceff1c6d20be4ff2c909730061ce8916e2a736c Mon Sep 17 00:00:00 2001 From: Renaud Barate Date: Mon, 10 May 2010 15:01:35 +0000 Subject: [PATCH] Don't try to load EFICAS engine when creating Eficas component --- src/EFICASGUI/eficasSalome.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/EFICASGUI/eficasSalome.py b/src/EFICASGUI/eficasSalome.py index 18766ce2..a608842d 100644 --- a/src/EFICASGUI/eficasSalome.py +++ b/src/EFICASGUI/eficasSalome.py @@ -433,7 +433,8 @@ class MyEficas( qtEficas.Appli ): 'OPENTURNS_WRAPPER': "OPENTURNS_FILE_FOLDER"} - moduleEntry = self.editor.findOrCreateComponent(self.module) + moduleEntry = self.editor.findOrCreateComponent(self.module, + loadEngine = False) itemName = re.split("/",jdcPath)[-1] fatherEntry = self.editor.findOrCreateItem( -- 2.39.2