PySimpleGUI

Results 1145 comments of PySimpleGUI

The new PySimpleGUIQt 5 tries PySide6 before PySide2. Was testing yesterday in fact... here's a debug print from the test.... > PySide6 not found, using PySide2 instead. Awesome to hear...

PySimpleGUIQt 5.0 that was released to PyPI earlier this month supports both pyside2 and pyside6. Thank you for the patience in waiting for this capability to finally get out into...

Can you include a screenshot of your psgcompiler window so we can see all of the settings, the command line that's being built, etc? ![image](https://user-images.githubusercontent.com/46163555/211689620-d8510734-e233-4e90-804c-3750e8ac9ca3.png) I frequently build EXE files...

I think you can edit the command and add/delete any portion of you it want. Have you added a -y to the built command?

There is a bug in our psgcompiler code. We've got a fix coming for this one. . It's only happening for Mac and Linux. Will let you know shortly when...

Thank you for the "thank you"! ![image](https://github.com/PySimpleGUI/PySimpleGUI/assets/46163555/5b0c0f9d-96ab-4b63-ab58-ba04c682a070) Version 1.6.1 has been posted to PyPI. You can use pip to upgrade. It's also in the `psgcompiler` repo. Please let us know...

The `Table` element has a number of enhancements that are getting added after I get the 5.0 release shipped. I'll add this to the list of parts of the table...

> No matter which arrow key is pressed while holding down control, the wondow moves down an increment for every contro+arrow keypress For me (on Windows), the window moves in...

Can you tell me which distribution of Linux you're running? Also, please try using the latest PySimpleGUI on GitHub. There was a change in this area, but I don't see...

On my Windows machine, it takes time to start some of the items you'll find in the sg.main() window like the themes swatches. On Linux it's faster. tkinter is the...