import enchant d = enchant.Dict("en_GB") d.check("hello")
AttributeError: module 'enchant' has no attribute 'Dict'