Hi,
I've got a question, I'm trying to use aspell-python with a Dutch dictionary and wordlist. How can I set the Configkeys 'data-dir' and 'dict-dir' to point to my directories?
I've tried to use something like this:
aspell.ConfigKeys()[5] = 'C:/TmpInstall/data/'
aspell.ConfigKeys()[7] = 'C:/TmpInstall/dict/'
But I can't find the right syntax.
Regards,
Rianne
Hi,
I've got a question, I'm trying to use aspell-python with a Dutch dictionary and wordlist. How can I set the Configkeys 'data-dir' and 'dict-dir' to point to my directories?
I've tried to use something like this:
aspell.ConfigKeys()[5] = 'C:/TmpInstall/data/'
aspell.ConfigKeys()[7] = 'C:/TmpInstall/dict/'
But I can't find the right syntax.
Regards,
Rianne