From b27c9362a52bdcc6013a914e203833ebcb99c66f Mon Sep 17 00:00:00 2001 From: Pierre Ratinaud Date: Wed, 26 Nov 2014 15:44:51 +0100 Subject: [PATCH] ... --- ProfList.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ProfList.py b/ProfList.py index 41dd3df..902f2f8 100644 --- a/ProfList.py +++ b/ProfList.py @@ -619,6 +619,7 @@ class ProfListctrlPanel(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin, listmix.Col items = dict([[i, '
'.join([ucis_txt[i], '
score : %.2f

' % ntab2[i][0], ucestxt[i]])] for i, uce in enumerate(nuces)]) dlg.Destroy() win = message(self, items, u"Segments de texte caractéristiques - Classe %i" % self.cl, (750, 600), uceids = nuces) + win.SetWindowStyle(wx.STAY_ON_TOP) #win.html = '\n' + '
'.join(['
'.join([ucis_txt[i], '
score : %.2f
' % ntab2[i][0], ucestxt[i]]) for i in range(0,len(ucestxt))]) + '\n' #win.HtmlPage.SetPage(win.html) win.Show(True) -- 2.7.4