From 53bed70326e0a70a736a72067b42fe43e9f05a45 Mon Sep 17 00:00:00 2001 From: Mak Sim <130763512+mak8kammerer@users.noreply.github.com> Date: Wed, 1 May 2024 11:43:59 +0300 Subject: [PATCH] Fix typo and mistake at FAQ.md (#8544) * fix typos and errors * Add link to installation guide * Use https link --- FAQ.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/FAQ.md b/FAQ.md index b7103b0a4..19e28c080 100644 --- a/FAQ.md +++ b/FAQ.md @@ -278,12 +278,10 @@ execution. latest available version and retry. -#### I get an "ImportError: No module named event". How come? +#### I get an "ImportError: No module named _event". How come? If you use Kivy from our development version, you must compile it before -using it. In the kivy directory, run - - make force +using it. Check [installation guide](https://kivy.org/doc/stable/gettingstarted/installation.html) for more information. ## Android Questions