X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=ProfList.py;h=7ac42c54a04fa040b677347ba898bc664f632744;hp=59bd0c72e638ae73fd6484b981fd44198d1d9525;hb=e033f9e84abb3c12d92f1580425877aa58e9af30;hpb=6f825cfc9779c3fee81ea608b3a4972259d157e1;ds=sidebyside diff --git a/ProfList.py b/ProfList.py index 59bd0c7..7ac42c5 100644 --- a/ProfList.py +++ b/ProfList.py @@ -576,6 +576,12 @@ class ProfListctrlPanel(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin, listmix.Col nbcl = len(title) nbwords = len(words) txt = barplot(tableout, words, title, self.Source.parent.RscriptsPath['Rgraph'], tmpgraph) + #print 'ATTENTION TEST R' + #txt = """ + #sink('/Users/pierre/Desktop/qdfqsdfqsdfqsdf.txt') + #Sys.getlocale() + #sink() + #""" tmpscript = tempfile.mktemp(dir=self.Source.parent.TEMPDIR) file = open(tmpscript,'w') file.write(txt)