The 64 bit pyenchant problem was solved a while back. All I had to do was "pip install pyenchant" after installing Anaconda on my 64 bit machine. Spelling just works.
A while back on a different Linux distribution, I got it working by compiling the new version of enchant as the version in the repository was too old. Whether any of this works on Windows or not is unknown. Chris On Sun, Feb 4, 2018 at 3:34 AM, Edward K. Ream <[email protected]> wrote: > > On Sat, Feb 3, 2018 at 5:36 PM, Matt Wilkie <[email protected]> wrote: > > > > However one thing that pops out immediately is that I'm using 64bit Python. > > Yes. Last night I realized I use a strange system: 32-bit > Anaconda/Miniconda on a 64-bit machine. I do this because pyenchant didn't > use to work on 64-bit machines. > > Does pyenchant work for you? That is, do you see a Spell tab in Leo? > > This came to mind (indirectly) last night because `npm install zerorpc` > asks me to install a compiler! That's a strange thing to require, unless > the installation is strange. > > The python zerorpc module installs and imports find in miniconda, but I > need the node.js version to run the recipe at the end of #684 > <https://github.com/leo-editor/leo-editor/issues/684>. > > I'll discuss related topics in a new Engineering Notebook post. > > Edward > > -- > You received this message because you are subscribed to the Google Groups > "leo-editor" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at https://groups.google.com/group/leo-editor. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
