OK, I'm a newby. So far, I've successfully set up Leo editor and figured out how to get the latest build; that fixed one error. Now I am seeing another that was reported as fixed -- PyEnchant doesn't handle crlf (windows text file) nicely as its dictionary. I posted a comment about this at: https://bugs.launchpad.net/leo-editor/+bug/787669?comments=allThanks for any suggestions about getting this resolved, in general. Meanwhile, I'll check the relevant file to ensure it is a Unix style (lf only) file and see if that makes PyEnchant happier. This is interesting stuff, now I just have to figure out how to use it for my needs.Thanks all.
I checked my PyEnchant dictionary, it is the proper format, so something else is going off... I'll continue to look for the problem.
Traceback (most recent call last):
File "c:\program files (x86)\leo-editor-latest\leo\core\leoEditCommands.py", line 11078, in __init__
self.d = enchant.DictWithPWL(language,fn)
File "c:\python33\lib\site-packages\enchant\__init__.py", line 735, in __init__
self.pwl = self._broker.request_pwl_dict(pwl)
File "c:\python33\lib\site-packages\enchant\__init__.py", line 280, in request_pwl_dict
self._raise_error(eStr % (pwl,))
File "c:\python33\lib\site-packages\enchant\__init__.py", line 219, in _raise_error
raise eclass(err)
enchant.errors.Error: b"Couldn't open personal wordlist 'C:\\program files (x86)\\leo-editor-latest\\leo\\plugins\\spellpyx.txt'"
not a valid dictionary file C:\program files (x86)\leo-editor-latest\leo\plugins\spellpyx.txt
Leo Log WindowLeo 4.11 devel, build 5572, 2013-01-18 02:53:19 -0600Python 3.3.0, qt version 4.8.4Windows 6, 1, 7601, 2, Service Pack 1leoID=dvhirst (in C:\Users\Donald Hirst\.leo)load dir: C:\Program Files (x86)\leo-editor-latest\leo\coreglobal config dir: C:\Program Files (x86)\leo-editor-latest\leo\confighome dir: C:\Users\Donald Hirstreading settings in C:\Program Files (x86)\leo-editor-latest\leo\config\leoSettings.leoreading settings in C:\Users\Donald Hirst\.leo\workbook.leoreading: C:\Users\Donald Hirst\.leo\workbook.leo