Hi Kovid, in the release notes for 1.33.0 it says:
Quote:
It comes with builtin dictionaries for English and Spanish.
|
But when I try to run the check on Spanish books I get:
Code:
calibre, version 1.33.0
ERROR: Failed to check spelling: Failed to check spelling, click "Show details" for the full error information.
Traceback (most recent call last):
File "M:\DVD Personal 55\Calibre\SourceCode\src\calibre\gui2\tweak_book\spell.py", line 1102, in get_words
File "M:\DVD Personal 55\Calibre\SourceCode\src\calibre\gui2\tweak_book\spell.py", line 1102, in <dictcomp>
File "M:\DVD Personal 55\Calibre\SourceCode\src\calibre\spell\dictionary.py", line 339, in recognized
File "M:\DVD Personal 55\Calibre\SourceCode\src\calibre\spell\dictionary.py", line 205, in dictionary_for_locale
File "M:\DVD Personal 55\Calibre\SourceCode\src\calibre\spell\dictionary.py", line 174, in load_dictionary
IOError: [Errno 2] No such file or directory: u'M:\\DVD Personal 55\\Calibre\\SourceCode\\resources\\dictionaries\\es-ES\\es-AR.dic'
(I've also tested with "official" 1.33 and I get the same error but loading from
Code:
IOError: [Errno 2] No such file or directory: u'C:\\Program Files\\Calibre2\\resources\\dictionaries\\es-ES\\es-AR.dic'
)


What am I doing wrong?
(Nevertheless if this is the "default" warning you get if you don't have the needed dictionary installed, I do really think it's veeeeeery
un-userfriendly).