--- a/QScintilla/SpellChecker.py Sun Nov 15 13:31:39 2015 +0100 +++ b/QScintilla/SpellChecker.py Sun Nov 15 13:52:29 2015 +0100 @@ -151,7 +151,7 @@ try: d = enchant.DictWithPWL(lang, pwl, pel) - except: + except Exception: # Catch all exceptions, because if pyenchant isn't available, you # can't catch the enchant.DictNotFound error. d = None