#๐ Tkinter buttons unresponsive
15 messages ยท Page 1 of 1 (latest)
@pine needle
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
I have to continually move and click the mouse to eventually get them to register an input
Not sure if its the cause but you have a self.update_button as a button and a method too
Line 110 and 168
I renamed the method. Issue is still there : /
Weird, it seems that when I tab out of the window and tab back in, it becomes more responsive
Maybe it's related to this?
https://github.com/python/cpython/issues/110218
I'm on python 3.10 though
Is that a M1 chip mac?
There have been a few issues with those yea
Yeah I'm on an M1
It seems like the above link might be the issue. Not sure if its possible to upgrade tkinter
But try newer version of python?
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.