X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=iramuteq.py;h=db25305245ede8dfa51bb5d03110bd80864c9eff;hp=0abc480145b5a5518dba9bc3b92dcb1968faf470;hb=199bb4b0638523d735ec31057428dc90564df043;hpb=e6c5f5e94867e9af48a3acd780e61f87ec5f55c8 diff --git a/iramuteq.py b/iramuteq.py index 0abc480..db25305 100644 --- a/iramuteq.py +++ b/iramuteq.py @@ -844,14 +844,15 @@ Voulez-vous fermer quand même ?""" except: BugReport(self) - def OnSimiTxt(self, evt) : - # print 'PLUS DE BUG SUR SIMITXT' - try : - self.Text = SimiTxt(self) + def OnSimiTxt(self, evt, corpus = None) : + print 'PLUS DE BUG SUR SIMITXT' + #try : + #self.Text = SimiTxt(self) + self.Text = SimiTxt(self, corpus, parametres = {'type': 'simitxt'}, dlg = progressbar(self, 3)) if self.Text.val == wx.ID_OK : PlaySound(self) - except : - BugReport(self) + #except : + # BugReport(self) def OnWordCloud(self, evt) : # print 'PLUS DE BUG SUR WORDCLOUD'