X-Git-Url: http://iramuteq.org/git?a=blobdiff_plain;ds=sidebyside;f=checkinstall.py;fp=checkinstall.py;h=7b8e51b864945a4283d9a2bd81f1a95201ff43fe;hb=e6f6318b1ab077a97c10559b3323ccf158ae6203;hp=79b7c45314cb5589715176e5ebed40cd5126c844;hpb=971de797b3c5602affd200633161ba87576b93f5;p=iramuteq diff --git a/checkinstall.py b/checkinstall.py index 79b7c45..7b8e51b 100644 --- a/checkinstall.py +++ b/checkinstall.py @@ -135,7 +135,7 @@ def FindRPAthWin32(): for progpath in progpaths : rpath = os.path.join(progpath, "R") if os.path.exists(rpath) : - for maj in range(2,4) : + for maj in range(3,5) : for i in range(0,30): for j in range(0,20): for poss in ['', 'i386', 'x64'] :