zim-wiki team mailing list archive
-
zim-wiki team
-
Mailing list archive
-
Message #04518
Zim Python errors
Hello Mr. Reagle,
Here are the errors:
gusbemacbe$ pip install pyenchant pyxdg pygtkspellcheck
Collecting pyenchant
Downloading
pyenchant-1.6.11-py2.py3.cp27.cp32.cp33.cp34.cp35.cp36.pp27.pp33.pp35-none-macosx_10_6_intel.macosx_10_9_intel.whl
(4.8MB)
100% |████████████████████████████████| 4.8MB 200kB/s
Collecting pyxdg
Downloading pyxdg-0.25.tar.gz (48kB)
100% |████████████████████████████████| 51kB 4.7MB/s
Collecting pygtkspellcheck
Downloading pygtkspellcheck-4.0.5.tar.gz (167kB)
100% |████████████████████████████████| 174kB 1.4MB/s
Complete output from command python setup.py egg_info:
build_sphinx command is unavailable, please install Sphinx to solve this
Traceback (most recent call last):
File "<string>", line 1, in <module>
File
"/private/var/folders/53/ml1f4dtd38x5l0y7v6grrj6m0000gn/T/pip-build-p5IANX/pygtkspellcheck/setup.py",
line 44, in <module>
import gtkspellcheck
File
"/private/var/folders/53/ml1f4dtd38x5l0y7v6grrj6m0000gn/T/pip-build-p5IANX/pygtkspellcheck/src/gtkspellcheck/__init__.py",
line 52, in <module>
from gtkspellcheck.spellcheck import (SpellChecker,
NoDictionariesFound,
File
"/private/var/folders/53/ml1f4dtd38x5l0y7v6grrj6m0000gn/T/pip-build-p5IANX/pygtkspellcheck/src/gtkspellcheck/spellcheck.py",
line 26, in <module>
import enchant
ImportError: No module named enchant
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in
/private/var/folders/53/ml1f4dtd38x5l0y7v6grrj6m0000gn/T/pip-build-p5IANX/pygtkspellcheck/
Follow ups