From 4efa1d6083096de61aed08a9b64bae41f48e13aa Mon Sep 17 00:00:00 2001 From: pierre Date: Mon, 22 Sep 2014 11:08:44 +0200 Subject: [PATCH] html in windows --- INSTALL_WINDOWS | 5 +++++ layout.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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") -- 2.7.4