From: pierre Date: Mon, 22 Sep 2014 09:08:44 +0000 (+0200) Subject: html in windows X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=commitdiff_plain;h=4efa1d6083096de61aed08a9b64bae41f48e13aa html in windows --- diff --git a/INSTALL_WINDOWS b/INSTALL_WINDOWS index e33ddce..b95c9c5 100644 --- a/INSTALL_WINDOWS +++ b/INSTALL_WINDOWS @@ -21,3 +21,8 @@ gee ape igraph proxy +textometry + + +pour gui2exe : +mettre le manifeste directement dans Constants.py diff --git a/layout.py b/layout.py index 58dbf18..7014f3a 100644 --- 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")