PySimpleGUI
PySimpleGUI
It's been a long time since I've seen `COLOR_SYSTEM_DEFAULT`, the magic number Jason referred to, in an Issue. As Jason said, it shouldn't be sent to TK. If it was,...
Thanks you!  I know where the problem is and will get a release posted today. I missed a couple of checks for the magic number in the `update` method....
Fixed the Input element problem in maint release **5.0.8.2**. You can install it from the home window or the command line using psgupgrade. I made several changes to the `update`...
Hmmmm....The more standard method is to run psgmain or psghome and click the red upgrade button. Or you can call sg.main() from your code to get to the same Home...
Oh wow... I've never seen an error getting information about the maint release version before. Are you able to upgrade using pip manually? `python3 -m pip install --upgrade https://PySimpleGUI.net/wheels/PySimpleGUI-5.0.8.2-py3-none-any.whl` 