diff --git a/gajim/common/app.py b/gajim/common/app.py index 780a6f50e..010117a36 100644 --- a/gajim/common/app.py +++ b/gajim/common/app.py @@ -266,7 +266,7 @@ try: HAVE_SPELL = True else: spell_log.info('No dicts available') -except ImportError: +except (ImportError, ValueError): pass gajim_identity = {'type': 'pc', 'category': 'client', 'name': 'Gajim'}