X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=checkinstall.py;h=9dac15e4283fcf22c8dc596945fcaeaa21a30edf;hp=927f8476bf8109ff446335c62dc388ef15cb63c5;hb=9d5358d31d7438dfa92c9112adb2ae471ad95aae;hpb=e4fcd29b0d143168ba43be91e3c829eceefb0dd3 diff --git a/checkinstall.py b/checkinstall.py index 927f847..9dac15e 100644 --- a/checkinstall.py +++ b/checkinstall.py @@ -100,7 +100,7 @@ def FindRPAthWin32(): for progpath in progpaths : rpath = os.path.join(progpath, "R") if os.path.exists(rpath) : - for i in range(7,20): + for i in range(13,20): for j in range(0,15): path=os.path.join(rpath,"R-2."+str(i)+"."+str(j),'bin','R.exe') if os.path.exists(path):