From da250a6a9ebe87cfd3cf10570d3adbdc0f37eba2 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 27 Oct 2016 04:57:11 -0400 Subject: [PATCH] Update the FAQ. --- docs/topics/faq.rst | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/topics/faq.rst b/docs/topics/faq.rst index 236d0f359a..dedf95428f 100644 --- a/docs/topics/faq.rst +++ b/docs/topics/faq.rst @@ -90,7 +90,7 @@ When using ``MySQL`` and doing OCR on languages other than English **Q: Is virtualenv required as specified in the documentation?** -* It is not necessary, it's just a strong recommendation mainly to reduce +* It is not necessary, but it's a strong recommendation mainly to reduce dependency conflicts by isolation from the main Python system install. If not using a virtualenv, pip would install Mayan's dependencies globally coming in conflict with the distribution's prepackaged Python @@ -116,3 +116,13 @@ http://mayan-edms-ru.blogspot.com/2011/11/blog-post_09.html **Q: Can you change the display order of documents...i.e can they be in alphabetical order?** A the moment no, but it is something being considered. + +**Q: Does Mayan EDMS work with Python 3?** + +Not at the moment. When all the projects and libraries upon which Mayan is +dependent support Python 3 then will the project move to fully support Python 3. + +**Q: The watched folder feature is not working** + +Make sure that the Celery BEAT scheduler is running correctly as it is the element +that triggers the periodics tasks.