From: YAUDOUIN Date: Fri, 15 Nov 2019 12:16:13 +0000 (+0100) Subject: Corrections pour Telemac Python3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FV9_HYDRO;p=tools%2Feficas.git Corrections pour Telemac Python3 --- diff --git a/Telemac/prefs_TELEMAC.py b/Telemac/prefs_TELEMAC.py index 32e7617b..59d2f5a7 100644 --- a/Telemac/prefs_TELEMAC.py +++ b/Telemac/prefs_TELEMAC.py @@ -38,10 +38,10 @@ encoding = 'iso-8859-1' docPath = repIni try: - import TelApy + import telapy rep_cata = os.path.join(os.environ['HOMETEL'], 'scripts', - 'python27', + 'python3', 'eficas') except ImportError as excp: print('Using eficas local catalog')