Re: [Zim-wiki] Zim Python errors

2017-07-31 Thread Gustavo Reis
Hello Mr. Reagle, Read the issue at Github: https://github.com/koehlma/pygtkspellcheck/issues/37, and it worked now. Just correct your tutorial: http://reagle.org/joseph/zwiki/Archives/2015/Zim_on_Mac_OSX.html Instead of /usr/local/bin/pip2 install pyenchant pyxdg pygtkspellcheck Put like: pip2

Re: [Zim-wiki] Zim Python errors

2017-07-31 Thread Gustavo Reis
Hello, Mr. Reagle, No, it didn't work. I have just open the issue there. Gustavo On 31 July 2017 at 14:16, Joseph Reagle wrote: > Hi Gustavo, I tried to reproduce this (uninstall and reinstall) and it > works fine on my system. > > I checked out pygtkspellcheck and it looks like they recently

Re: [Zim-wiki] Zim Python errors

2017-07-25 Thread Joseph Reagle
Hello Gustavo, I found that if I wanted spell checking to work, I had to install: pyenchant pyxdg pygtkspellcheck. I am on MacOS 10.12.6 and I use pip2 from homebrew: `/usr/local/bin/pip2 install pyenchant pyxdg pygtkspellcheck` That installs: - pyenchant==1.6.8 - pyxdg==0.25 - pygtkspellchec