79288259

Date: 2024-12-17 14:31:34
Score: 1
Natty:
Report link

you are most likely using the 3.9ish version of mac's python. switch to a recent version like 3.12 that has proper support for tkinter.

if you are using PyCharm, you should find the python interpreter setting from Pycharm > Settings > Project > Python interpreter.

So basically, you need to change your project's python version to a recent version.

I had this issue and solved it by switching to the version of python I installed via Homebrew

screenshot of python interpreter settings in PyCharm

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Victor Praiz