--- a/Globals/__init__.py Fri Nov 01 15:48:48 2013 +0100 +++ b/Globals/__init__.py Sun Nov 03 15:58:22 2013 +0100 @@ -96,7 +96,7 @@ # check for blacklisted versions for vers in BlackLists["PyQt4"] + PlatformBlackLists["PyQt4"]: if vers == pyqtVersion: - print('Sorry, PyQt4 version {0} is not compatible with eric5.'\ + print('Sorry, PyQt4 version {0} is not compatible with eric5.' .format(vers)) print('Please install another version.') return False