Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo and mistake at FAQ.md #8544

Merged
merged 3 commits into from
May 1, 2024
Merged

Fix typo and mistake at FAQ.md #8544

merged 3 commits into from
May 1, 2024

Conversation

mak8kammerer
Copy link
Contributor

@mak8kammerer mak8kammerer commented Jan 1, 2024

#### I get an "ImportError: No module named event". How come?

The event module is a simple python module, while _event is a cython module which we cannot import if it has not been compiled. Helpful link.

> make force

To build a Python extension, we need to run setup.py script, not the make command.

Maintainer merge checklist

  • Title is descriptive/clear for inclusion in release notes.
  • Applied a Component: xxx label.
  • Applied the api-deprecation or api-break label.
  • Applied the release-highlight label to be highlighted in release notes.
  • Added to the milestone version it was merged into.
  • Unittests are included in PR.
  • Properly documented, including versionadded, versionchanged as needed.

FAQ.md Outdated Show resolved Hide resolved
@mak8kammerer mak8kammerer requested a review from misl6 April 29, 2024 18:44
FAQ.md Outdated Show resolved Hide resolved
@mak8kammerer mak8kammerer requested a review from misl6 May 1, 2024 08:29
Copy link
Member

@misl6 misl6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you!

@misl6 misl6 merged commit 53bed70 into kivy:master May 1, 2024
29 checks passed
@misl6 misl6 added this to the 3.0.0 milestone May 1, 2024
@misl6 misl6 added the Component: documentation Documentation or examples label May 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: documentation Documentation or examples
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants