Spell Checker No Longer Finds Dictionary
Posted: 28.05.2025 17:47
(CudaText 1.224.0.0, linux-x86_64-gtk2, fpc 3.2.3)
Spell checking worked until now. I get this dialog box:
Yet I have correct Linux packages installed. The Python console traceback:
Spell checking worked until now. I get this dialog box:
Code: Select all
Dictionary for language 'en_US' could not be found
Please check https://pyenchant.github.io/pyenchant/ for details
Code: Select all
Init: cuda_spell_checker
Traceback (most recent call last):
File "/redacted/cudatext/py/cuda_spell_checker/__init__.py", line 525, in check
do_work(ed, False, True)
~~~~~~~^^^^^^^^^^^^^^^^^
File "/redacted/cudatext/py/cuda_spell_checker/__init__.py", line 420, in do_work
res = do_check_line(editor, nline, x_start, x_end, with_dialog, check_tokens)
File "/redacted/cudatext/py/cuda_spell_checker/__init__.py", line 326, in do_check_line
if dict_obj.check(sub):
^^^^^^^^
NameError: name 'dict_obj' is not defined
ERROR: Exception in CudaText for check: NameError: name 'dict_obj' is not defined