PySimpleGUI
PySimpleGUI
I **believe** this is on the newer version of MacOS? The basic problem, on all Macs, is.... "Does the problem happen, the same way, on all versions of Macs". Having...
@ed1g1tal can you provide the entire data returned from `sg.get_versions()` so that we have the full tkinter version rather than just 8.6? ```python print(sg.get_versions()) ``` Will give you something like:...
I was able to confirm in a call with @Chr0nicT today that he's seeing the disable indicator problem on 8.6.13 on his machine as well. ## TK Buttons on Windows...
> Same happens using tkinter. The Mac has always been a challenge. It's always great to get additional information on these kinds of issues. Thank you for sharing.
PyInstaller and other .EXE files are frequently flagged as potential viruses. AVast has done this for as long as I've used PyInstaller. Do a search to see the experience others...
You can learn more about our previous investigation into the problem in this issue: https://github.com/PySimpleGUI/PySimpleGUI/issues/4595
You may also want to look through the PyInstaller project's responses to this issue... https://github.com/pyinstaller/pyinstaller/issues?q=is%3Aissue+virus+is%3Aclosed We're interested in learning more if you find something from the PyInstaller project so please...
This is a PyDroid3 limitation. Perhaps there's a setting in PyDroid3 that enables you to get to the actual filesystem. PyDroid3 is not running Python at the system level. It's...
UGH... how frustrating. We've got some exciting stuff on the way!!
[Enhancement] Merging of PySimpleGUI EXE icons on the taskbar. EXEs were generated with pyinstaller.
It's so great to hear from users like yourself that are enjoying using PySimpleGUI! It's hearing that PySimpleGUI is having a positive impact that keeps me motivated. There's a lot...