PySimpleGUI

Results 1145 comments of PySimpleGUI

How did you install Python on your system? Normally tkinter on the Mac is several releases ahead of Windows. My 3.8 install is running tkinter 8.6.9.

I was looking through the images in the recently published "Pillow: Image Processing with Python", I don't see the icon on the titlebar that you're looking for in any of...

Looking at StackOverflow, I found this short bit of code to test out the icns file with tktiner. It's not the exact same process that PySimpleGUI uses, but it'll perhaps...

The dummy icon in the titlebar looks like a tkinter issue to me. I get that there's an inconsistency in how PySimpleGUI shows this same problem, when setting the icon...

> I do not know what you are looking for. I'm looking for a working example that sets the icon in the titlebar on a Mac. We also need a...

Let's leave this open for a bit longer. I'm not finished looking at this. I appreciate you going the extra mile to help out here. I'm willing to make Mac...

I worked on the Mac feature enable/disable window yesterday. Trying to get it done and added to the weekend's release so that these Mac problems can begin to be contained...

@readicculus it would be great if you could open a new issue for this. Otherwise, it's going to get lost. This issue is a Mac one, clear. A screenshot or...

There's an issue about icons on Linux that may be of some help that was discussed about 2-3 weeks ago. [ EDIT ] - Oh... it was for the title,...

I'm a little confused by `base64` being an argument. It appears that in the example it's the package named `base64` that was attempted to be passed in. ```python window.set_icon(icon=base64) ```...