Michael Nikishov
Michael Nikishov
Have the same problem on Manjaro with PyCharm 2022.2.2 (Community Edition). Python 3.10.7 Kivy 2.1.0 Error: ``` Traceback (most recent call last): File "/home/doopath/Files/code/Kivy/kivy_venv/lib/python3.10/site-packages/kivy/core/window/window_sdl2.py", line 270, in _event_filter EventLoop.idle() NameError:...
It seems i fix this (temporary and it's not relieable). Debugger shows me 2 problems: 1. window_sdl2.py file, WindowSDL._event_filter method. I rewrite the last condition like this: ```python3 elif action...