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