Add PyEnchant to known issues

Curtis Gedak 2019-09-09 09:36:08 -06:00
parent 7a5e2b8d6d
commit d21cd00770

@ -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.