X-Git-Url: http://www.iramuteq.org/git?a=blobdiff_plain;f=iramuteq.py;h=db25305245ede8dfa51bb5d03110bd80864c9eff;hb=b0333175cc68917ceb33589b0b354bf931fec245;hp=0abc480145b5a5518dba9bc3b92dcb1968faf470;hpb=e6c5f5e94867e9af48a3acd780e61f87ec5f55c8;p=iramuteq 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'