diff -r 0a1dc25d1881 -r 946daca989b5 install.py --- a/install.py Mon Jul 18 19:50:45 2011 +0200 +++ b/install.py Tue Jul 19 19:26:09 2011 +0200 @@ -35,7 +35,7 @@ # Define blacklisted versions of the prerequisites BlackLists = { - "sip" : ["4.11"], + "sip" : ["4.11", "4.12.3"], "PyQt4" : ["4.7.5"], "QScintilla2" : [], }