From d21cd0077086c4c31b2ed2af8f803fca9a2f4d1e Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Mon, 9 Sep 2019 09:36:08 -0600 Subject: [PATCH] Add PyEnchant to known issues --- Home.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Home.md b/Home.md index fe3fe9f..ccd0038 100644 --- a/Home.md +++ b/Home.md @@ -49,6 +49,10 @@ Following are some known issues with the upcoming 0.10.0 release. - Python 3.7.4+ is built against OpenSSL 1.1.1, but earlier Python versions were built against OpenSSL 1.1.0. - To fix this, make sure your version of Python and PyQt rely on the same version of OpenSSL. +## PyEnchant Spell Check +- A pre-built PyEnchant package is not available for 64 bit Python on Windows ([PyEnchant issue #42](https://github.com/rfk/pyenchant/issues/42)) +- A work-around is to install [PySpellChecker or SymSpellPy on Windows](https://github.com/olivierkes/manuskript/wiki/Run-Manuskript-from-Source-Code-on-Windows#spell-checker-libraries-optional---provides-spell-checking-functionality), or to use [32 bit Python](https://stackoverflow.com/questions/37771227/install-pyenchant-on-a-windows-64-bit-machine). + # Mission Statement The goal of Manuskript is to ease the task of writing large projects by providing facilities to stay organized and track details, while also keeping distractions to a minimum.