PySimpleGUI

Results 1145 comments of PySimpleGUI

Please check your tkinter version number. We're testing this and 8.6.13 seems to be a potential fix.

## Specific Tkinter Installation.... It's difficult to update **only** tkinter, without updating Python itself. It's something that we've wanted to be able to instruct users on how to do for...

If you created the executable using 3.12 then you shouldn't have the problem as you'll have 8.6.13. Add this line to your code that you compile and see what's printed...

> any suggestions on how to install tkinter 8.6.13 on MacOs Sonoma? YES.... install Python 3.11 or Python 3.12 for the Mac from Python.org. That will install tkinter 8.6.13.

It would be helpful for someone to write a pure tkinter program and see if it has the problem. If it does, then the tkinter project should know about this...

8.6.13 is the only fix we've seen. tkinter is not pip installable. It comes packaged with Python when installing Python from python.org. Python 3.12 is what you need in order...

> Finally I setup the Python3.12 environment by Homebrew. We've had the most consistency using the python.org installers. They packaged tkinter 8.6.13 with Python 3.12. Homebrew has at times caused...

PySimpleGUI doesn't use threading under the hood. I don't see anything pointing to a crash within the PySimpleGUI code. Have you run any of the OpenCV Demo Programs to see...

> should I make a new issue with the condensed information? Please don't... this issue has plenty of info in 1 place. I'm sure there are quite a number of...

## MenubarCustom https://docs.pysimplegui.com/en/latest/documentation/module/elements/menubar_custom/ I should have added to my last comment something that would be helpful in getting you the results you're after, not just commentary on bugs. The Menu...