Increased the version numbers of some prerequisite libraries.

Wed, 19 Dec 2012 19:34:35 +0100

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Wed, 19 Dec 2012 19:34:35 +0100
changeset 2275
34804fc7e2f9
parent 2274
66aecdb76175
child 2276
52ec544a6c74

Increased the version numbers of some prerequisite libraries.

install.py file | annotate | diff | comparison | revisions
--- a/install.py	Mon Dec 17 21:29:16 2012 +0100
+++ b/install.py	Wed Dec 19 19:34:35 2012 +0100
@@ -835,8 +835,8 @@
         maj = int(maj)
         min = int(min)
         pat = int(pat)
-        if maj < 4 or (maj == 4 and min < 7):
-            print('Sorry, you must have PyQt 4.7.0 or higher or' \
+        if maj < 4 or (maj == 4 and min < 8):
+            print('Sorry, you must have PyQt 4.8.0 or higher or' \
                   ' a recent snapshot release.')
             exit(4)
         # check for blacklisted versions
@@ -859,8 +859,8 @@
         maj = int(maj)
         min = int(min)
         pat = int(pat)
-        if maj < 2 or (maj == 2 and min < 4):
-            print('Sorry, you must have QScintilla 2.4.0 or higher or' \
+        if maj < 2 or (maj == 2 and min < 6):
+            print('Sorry, you must have QScintilla 2.6.0 or higher or' \
                   ' a recent snapshot release.')
             exit(5)
         # check for blacklisted versions

eric ide

mercurial