html in windows
authorpierre <ratinaud@univ-tlse2.fr>
Mon, 22 Sep 2014 09:08:44 +0000 (11:08 +0200)
committerpierre <ratinaud@univ-tlse2.fr>
Mon, 22 Sep 2014 09:08:44 +0000 (11:08 +0200)
INSTALL_WINDOWS
layout.py

index e33ddce..b95c9c5 100644 (file)
@@ -21,3 +21,8 @@ gee
 ape
 igraph
 proxy
+textometry
+
+
+pour gui2exe :
+mettre le manifeste directement dans Constants.py
index 58dbf18..7014f3a 100644 (file)
--- a/layout.py
+++ b/layout.py
@@ -1203,7 +1203,7 @@ class FreqLayout(DefaultMatLayout) :
         self.tab = wx.html.HtmlWindow(self.ira.nb, -1)
         if "gtk2" in wx.PlatformInfo:
             self.tab.SetStandardFonts()
-        self.tab.LoadPage(self.pathout['resultats.html'])
+        self.tab.LoadPage(self.pathout['resultats.html'].replace('\\\\','/'))
         self.tab.parametres = self.parametres
         self.ira.nb.AddPage(self.tab, u"Fréquences")