X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=checkinstall.py;h=34b37480f7828d09405bafb7990b0833f5a95777;hp=365f505b17934c4fc3aa16b55d5fa2fe1deb37bf;hb=763d90785a9de548c3a5ffd9b718e3e5fea8332d;hpb=5ab9926c420f2cf66ac8e0475412c368ebf485e2 diff --git a/checkinstall.py b/checkinstall.py index 365f505..34b3748 100644 --- a/checkinstall.py +++ b/checkinstall.py @@ -106,7 +106,6 @@ def FindRPAthWin32(): for j in range(0,20): for poss in ['', 'i386', 'x64'] : path=os.path.join(rpath,"R-%i.%i.%i" % (maj, i, j),'bin',poss,'R.exe') - print path if os.path.exists(path): BestPath=path return BestPath @@ -204,7 +203,7 @@ Sans ces bibliothèques, IRamuteq ne fonctionnera pas. dlg.Destroy() dial.Destroy() if nolib == [] : - #self.pref.set('iramuteq', 'rlibs', True) + self.pref.set('iramuteq', 'rlibs', True) with open(self.ConfigPath['preferences'], 'w') as f : self.pref.write(f) return True