We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to install the following dictionary: https://www.softmaker.net/down/hunspell/softmaker-hunspell-spanish-101.sox will produce the following crash:
Environment: novelWriter Version: 2.4.1 Host OS: win32 (10.0.19045) Python: 3.12.3 (0x30c03f0) Qt: 5.15.2, PyQt: 5.15.10 enchant: 3.2.2
FileNotFoundError: [WinError 3] El sistema no puede encontrar la ruta especificada: 'C:\Users\my_username\AppData\Local\enchant\hunspell'
Traceback: File "C:\Program Files\novelWriter\novelwriter\tools\dictionaries.py", line 203, in _doImportHunspell hunspell.mkdir(exist_ok=True)
File "pathlib.py", line 1311, in mkdir
making a custom enchan/hunspell folder in my AppData fix the problem and let me install the dictionary.
The text was updated successfully, but these errors were encountered:
I'm guessing the enchant folder doesn't exist by default either. I'll investigate.
Sorry, something went wrong.
Yes, i made the enchant folder to see if it fix the bug !
Fix enchant folder missing bug for dictionaries tool (#1874)
5b0a6f0
Fixed. I'll do a 2.4.3 release soon as there is another bug I want to get fixed too.
Successfully merging a pull request may close this issue.
Trying to install the following dictionary: https://www.softmaker.net/down/hunspell/softmaker-hunspell-spanish-101.sox will produce the following crash:
Environment:
novelWriter Version: 2.4.1
Host OS: win32 (10.0.19045)
Python: 3.12.3 (0x30c03f0)
Qt: 5.15.2, PyQt: 5.15.10
enchant: 3.2.2
FileNotFoundError:
[WinError 3] El sistema no puede encontrar la ruta especificada: 'C:\Users\my_username\AppData\Local\enchant\hunspell'
Traceback:
File "C:\Program Files\novelWriter\novelwriter\tools\dictionaries.py", line 203, in _doImportHunspell
hunspell.mkdir(exist_ok=True)
File "pathlib.py", line 1311, in mkdir
making a custom enchan/hunspell folder in my AppData fix the problem and let me install the dictionary.
The text was updated successfully, but these errors were encountered: