zim-wiki team mailing list archive
-
zim-wiki team
-
Mailing list archive
-
Message #04519
Re: Zim Python errors
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
- pygtkspellcheck==4.0.5
I'm unfamiliar with the build_sphinx issue but my suspicion is that your python install and paths aren't quite right.
Try `/usr/local/bin/pip2 install pyenchant pyxdg pygtkspellcheck` and let me know what it says.
References