texte="impossible de trouver la commande " + commande
QMessageBox.information( self.editor, "Lecteur PDF", texte)
return
- nom_fichier = cle_doc+".pdf"
+ nom_fichier = cle_doc
fichier = os.path.abspath(os.path.join(self.editor.CONFIGURATION.path_doc,
nom_fichier))
try :
#cle_doc = string.replace(cle_doc,'.','')
#cle_doc = string.replace(cle_doc,'-','')
commande = self.parent.appli.CONFIGURATION.exec_acrobat
- nom_fichier = cle_doc+".pdf"
+ nom_fichier = cle_doc
fichier = os.path.abspath(os.path.join(self.parent.appli.CONFIGURATION.path_doc,
nom_fichier))
if os.name == 'nt':