Re: Pyenchant does *not* work for Windows 64-bit systems

2018-02-09 Thread Edward K. Ream
On Fri, Feb 9, 2018 at 4:15 PM, lewis wrote: > Latest commit is not loading Leo for me. > File "N:\git\leo-editor\leo\commands\spellCommands.py", line 251, in read_words with open(fn, 'rb') as f: TypeError: expected str, bytes or os.PathLike object, not NoneType

Re: Pyenchant does *not* work for Windows 64-bit systems

2018-02-09 Thread lewis
Latest commit is not loading Leo for me. It's not a complete crash; I have a Leo splash screen but nothing after that Leo 5.7b1, build 20180209145139, Fri Feb 9 14:51:39 CST 2018 Git repo info: branch = master, commit = ddb87d916eb3 Python 3.6.4, PyQt version 5.10.0 Windows 10 AMD64 (build

Re: Pyenchant does *not* work for Windows 64-bit systems

2018-02-08 Thread Edward K. Ream
On Wed, Feb 7, 2018 at 6:18 PM, lewis wrote: > I had pyenchant 1.6.8 installed. I uninstalled it. > > Leo fails to load with this error, when pyenchant is not installed: > ​Thanks for this report. I have created #707

Re: Pyenchant does *not* work for Windows 64-bit systems

2018-02-07 Thread lewis
I had pyenchant 1.6.8 installed. I uninstalled it. Leo fails to load with this error, when pyenchant is not installed: N:\git\leo-editor>launchleo.py reading settings in N:\git\leo-editor\leo\config\leoSettings.leo reading settings in C:\Users\lewis\.leo\myLeoSettings.leo Empty setting name in

Re: Pyenchant does *not* work for Windows 64-bit systems

2018-02-05 Thread Edward K. Ream
On Mon, Feb 5, 2018 at 3:28 PM, lewis wrote: > Maybe that was me? I may have assumed the Win64 problems only affected > pyenchant > > 2.0 > ​Well, I really don't remember, and it doesn't matter :-) Edward -- You received this message because you are subscribed to the

Re: Pyenchant does *not* work for Windows 64-bit systems

2018-02-05 Thread lewis
Maybe that was me? I may have assumed the Win64 problems only affected pyenchant 2.0 Lewis On Monday, February 5, 2018 at 11:40:27 PM UTC+11, Edward K. Ream wrote: > > Contrary to a recent assertion, there seems to be no way to get pyenchant > working on Windows 64-bit systems. > > See

Re: Pyenchant does *not* work for Windows 64-bit systems

2018-02-05 Thread Edward K. Ream
On Monday, February 5, 2018 at 7:19:56 AM UTC-6, Edward K. Ream wrote: > it may be time to look at nltk , a natural language tool kit for python. I have just created #700: create a spell checker based on nitk . It has a

Re: Pyenchant does *not* work for Windows 64-bit systems

2018-02-05 Thread Edward K. Ream
On Monday, February 5, 2018 at 6:40:27 AM UTC-6, Edward K. Ream wrote: > > Contrary to a recent assertion, there seems to be no way to get pyenchant > working on Windows 64-bit systems. > I think it may be time to look at nltk , a natural language tool kit for python.