From b93ee07fa8a23d59dfa5bf54687e55e43bdabf3c Mon Sep 17 00:00:00 2001 From: Pascale Noyret Date: Tue, 2 Jun 2009 08:27:47 +0000 Subject: [PATCH] *** empty log message *** --- Aster/configuration.py | 6 +++--- Aster/editeur.ini | 7 +++---- Aster/editeur_salome.ini | 8 ++++---- InterfaceTK/widgets.py | 3 +-- Traducteur/renamemocle.py | 4 ++-- Traducteur/traduitV7V8.py | 2 +- 6 files changed, 14 insertions(+), 16 deletions(-) diff --git a/Aster/configuration.py b/Aster/configuration.py index d357d232..49728408 100644 --- a/Aster/configuration.py +++ b/Aster/configuration.py @@ -181,7 +181,7 @@ class CONFIGbase: items = self.l_param result = widgets.Formulaire(self.parent, obj_pere = self, - titre = "Saisie des données indispensables à la configuration d'EFICAS", + titre = "Saisie des donnees indispensables a la configuration d'EFICAS", texte = self.texte, items = items, mode='query') @@ -240,7 +240,7 @@ class CONFIG(CONFIGbase): self.repIni = repIni self.rep_ini = repIni self.fic_ini = os.path.join(self.repIni,self.fichier) - self.titre = "Paramètres nécessaires à la configuration d'EFICAS" + self.titre = 'Parametres necessaires a la configuration d\'EFICAS' self.texte_ini = "Voici les paramètres que requiert Eficas" self.commande = self.creation_fichier_ini_si_possible self.labels={"savedir" : "Répertoire initial pour Open/Save des fichiers", @@ -318,7 +318,7 @@ class CONFIGStyle(CONFIGbase): self.repIni = repIni self.rep_ini = repIni self.fic_ini = os.path.join(self.repIni,self.fichier) - self.titre = "Paramètres d affichage" + self.titre = "Parametres d affichage" self.texte_ini = "Voici les paramètres configurables : " self.commande = self.creation_fichier_ini_si_possible self.labels={"background":"couleur du fonds", diff --git a/Aster/editeur.ini b/Aster/editeur.ini index 418bd663..bc1df286 100644 --- a/Aster/editeur.ini +++ b/Aster/editeur.ini @@ -27,7 +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 = "/usr/bin/xpdf" # Utilisateur/Développeur isdeveloppeur = "NON" path_cata_dev = "/tmp/cata" @@ -38,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/editeur_salome.ini b/Aster/editeur_salome.ini index 9805411b..3e29aba9 100644 --- a/Aster/editeur_salome.ini +++ b/Aster/editeur_salome.ini @@ -38,12 +38,12 @@ rep_travail = "/tmp" initialdir=os.curdir # Choix des catalogues -rep_mat_v85=os.path.join(rep_cata,'cataSTA8','materiau') -rep_mat_v91=os.path.join(rep_cata,'cataSTA9','materiau') +rep_mat_v88=os.path.join(rep_cata,'cataSTA8','materiau') +rep_mat_v94=os.path.join(rep_cata,'cataSTA9','materiau') catalogues = ( ('ASTER','v7.8',os.path.join(rep_cata,'cataSTA7'),'python'), - ('ASTER','v8.7',os.path.join(rep_cata,'cataSTA8'),'python'), - ('ASTER','v9.3',os.path.join(rep_cata,'cataSTA9'),'python','defaut'), + ('ASTER','v8.8',os.path.join(rep_cata,'cataSTA8'),'python'), + ('ASTER','v9.4',os.path.join(rep_cata,'cataSTA9'),'python','defaut'), ) diff --git a/InterfaceTK/widgets.py b/InterfaceTK/widgets.py index e978db2a..13a6f92e 100644 --- a/InterfaceTK/widgets.py +++ b/InterfaceTK/widgets.py @@ -33,7 +33,7 @@ from tkFileDialog import * from tkMessageBox import showinfo,askyesno,showerror,askretrycancel import fontes -import prefs + from Editeur.utils import save_in_file from centerwindow import centerwindow @@ -707,7 +707,6 @@ class Formulaire: self.resultat = apply(self.command[1],(),{}) self.fenetre.destroy() else : - print "Nom de bouton inconnu" self.quit() def fini(self): diff --git a/Traducteur/renamemocle.py b/Traducteur/renamemocle.py index e4f8448d..822d653d 100644 --- a/Traducteur/renamemocle.py +++ b/Traducteur/renamemocle.py @@ -100,7 +100,7 @@ def renameMotCleInFact(jdc,command,fact,mocle,new_name, ensemble=regles.SansRegl if erreur : EcritErreur((command,fact,mocle),c.lineno) else : - logging.info("Renommage de: %s, %s, %s, en %s",n.name,n.lineno,n.colno,new_name) + logging.info("Renommage de: %s, ligne %s, en %s",n.name,n.lineno,n.colno,new_name) if boolChange : jdc.reset(jdc.getSource()) @@ -128,7 +128,7 @@ def renameCommande(jdc,command,new_name,ensemble=regles.SansRegle): if ensemble.verif(c) == 0 : continue boolChange=1 if debug:print "Renommage de:",c.name,new_name ,c.lineno,c.colno - logging.info("Renommage de: %s en ligne %d en %s",c.name,c.lineno,new_name) + logging.info("Renommage de: %s ligne %d en %s",c.name,c.lineno,new_name) s=jdc.getLines()[c.lineno-1] jdc.getLines()[c.lineno-1]=s[:c.colno]+new_name+s[c.colno+len(command):] diff --git a/Traducteur/traduitV7V8.py b/Traducteur/traduitV7V8.py index 543b34ad..b18ed953 100644 --- a/Traducteur/traduitV7V8.py +++ b/Traducteur/traduitV7V8.py @@ -19,7 +19,7 @@ from renamemocle import * from inseremocle import * from changeValeur import * from movemocle import * -from dictErreurs import GenereErreurPourCommande +from dictErreurs import GenereErreurPourCommande,GenereErreurMotCleInFact import calcG -- 2.39.2