projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
898405d
)
html in windows
author
pierre
<ratinaud@univ-tlse2.fr>
Mon, 22 Sep 2014 09:08:44 +0000
(11:08 +0200)
committer
pierre
<ratinaud@univ-tlse2.fr>
Mon, 22 Sep 2014 09:08:44 +0000
(11:08 +0200)
INSTALL_WINDOWS
patch
|
blob
|
history
layout.py
patch
|
blob
|
history
diff --git
a/INSTALL_WINDOWS
b/INSTALL_WINDOWS
index
e33ddce
..
b95c9c5
100644
(file)
--- 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
(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")