enchant Questions
11
Solved
The question is why I see the error message in the title when trying to import enchant. I am using Win64.
Durden asked 1/4, 2015 at 2:34
3
Is there any way I can use multiple dictionary in enchant.
This is what I do,
import enchant
d = enchant.Dict("en_US")
d.check("materialise")
>> False
But if I use enchant.Dict("en_UK"), I...
Loveliesbleeding asked 24/10, 2019 at 11:43
1
© 2022 - 2024 — McMap. All rights reserved.