Multiple Buttons Pressed on Kivy with Raspberry Pi
Software VersionsLatest
- Python:
- OS:Raspbian Buster
- Kivy:
- Kivy installation method:
I'm trying to make gui from kivy on desktop.
Unexpected behavior I run the program and the GUI comes up. When I click a button, one of two things happens: 1) Another random button gets pressed, and then the button I clicked gets pressed. 2) The button I clicked gets pressed twice. It's not a problem with my mouse, as I've used different mouses and the problem persists.
The thing is that the problem doesn't occur if I run it on my Windows, it only happens on the raspberry pi.
Code and Logs and screenshots
python3 /home/pi/kivy_venv/share/kivy-examples/demo/kivycatalog/main.py


You may be repeating something somewhere else in your code. Did you check the rest of your code for double action. You may also try kivy 2.1.0. Can you provide a part of the code that replicates your problem?
👋 We use the issue tracker exclusively for bug reports and feature requests. However, this issue appears to be a support request. Please use our support channels to get help with the project.
If you're having trouble installing Kivy, make sure to check out the installation docs for Windows, Linux and macOS.
Let us know if this comment was made in error, and we'll be happy to reopen the issue.