From a314c667b82d6b6b3857097b9bbddd8c0855e284 Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Fri, 5 Jun 2009 13:04:15 +0000 Subject: [PATCH] *** empty log message *** --- Aster/editeur_salome.ini | 8 +++----- Aster/sdist.py | 4 ++-- InterfaceTK/bureau.py | 5 +++-- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Aster/editeur_salome.ini b/Aster/editeur_salome.ini index 3e29aba9..bc1df286 100644 --- a/Aster/editeur_salome.ini +++ b/Aster/editeur_salome.ini @@ -27,8 +27,7 @@ rep_Pmw = os.path.join(prefs.REPINI,'../Pmw') # Accès à la documentation Aster path_doc = os.path.join(rep_cata,'..','Doc') -#exec_acrobat = "acroread" -exec_acrobat = "/local01/assire/v0.5/SALOME-MECA-2008.2/SALOME-MECA/prerequis/xpdf-3.02-linux/xpdf" +exec_acrobat = "/usr/bin/xpdf" # Utilisateur/Développeur isdeveloppeur = "NON" path_cata_dev = "/tmp/cata" @@ -39,11 +38,10 @@ initialdir=os.curdir # Choix des catalogues rep_mat_v88=os.path.join(rep_cata,'cataSTA8','materiau') -rep_mat_v94=os.path.join(rep_cata,'cataSTA9','materiau') +rep_mat_v95=os.path.join(rep_cata,'cataSTA9','materiau') catalogues = ( - ('ASTER','v7.8',os.path.join(rep_cata,'cataSTA7'),'python'), ('ASTER','v8.8',os.path.join(rep_cata,'cataSTA8'),'python'), - ('ASTER','v9.4',os.path.join(rep_cata,'cataSTA9'),'python','defaut'), + ('ASTER','v9.5',os.path.join(rep_cata,'cataSTA9'),'python','defaut'), ) diff --git a/Aster/sdist.py b/Aster/sdist.py index 8fbb7747..04bd4347 100644 --- a/Aster/sdist.py +++ b/Aster/sdist.py @@ -22,7 +22,7 @@ import os,shutil,glob,sys import types -version="$Name: V1_15a2 $"[7:-2] or 'Test1_4' +version="$Name: $"[7:-2] or 'Test1_4' # ==========Path du noyau fourni par Aster==================== path_Noyau="../../AccasAster" # ============================================================ @@ -83,7 +83,7 @@ def main(): copyfiles('Cata/cataSTA9/materiau',os.path.join(path_distrib,'Aster','Cata','cataSTA9/materiau'),['README.py']) copyfiles('Cata/cataSTA9/SD',os.path.join(path_distrib,'Aster','Cata','cataSTA9/SD'),['*.py']) - copyfiles('Cata',os.path.join(path_distrib,'Aster','Cata'),['*c_clefs_docu']) + copyfiles('Cata',os.path.join(path_distrib,'Aster','Cata'),['*9c_clefs_docu']) copyfiles('../Aster/Cata',os.path.join(path_distrib,'Aster'),['aster.py',]) # ______________________ diff --git a/InterfaceTK/bureau.py b/InterfaceTK/bureau.py index 41cc0468..601c3ae1 100644 --- a/InterfaceTK/bureau.py +++ b/InterfaceTK/bureau.py @@ -796,15 +796,16 @@ class BUREAU: i=FichieraTraduire.rfind(".") Feuille=FichieraTraduire[0:i] log=self.savedir+"/convert.log" - os.system("rm -rf "+log) - os.system("rm -rf "+FichierTraduit) Pmw.showbusycursor() FichierTraduit="" + os.system("rm -rf "+log) if version == 7 : FichierTraduit=Feuille+"v8.comm" + os.system("rm -rf "+FichierTraduit) traduitV7V8.traduc(FichieraTraduire,FichierTraduit,log) else : FichierTraduit=Feuille+"v9.comm" + os.system("rm -rf "+FichierTraduit) traduitV8V9.traduc(FichieraTraduire,FichierTraduit,log) Pmw.hidebusycursor() Entete="Fichier Traduit : "+FichierTraduit +"\n\n" -- 2.39.2