PySimpleGUI
PySimpleGUI
I should have noted that I ran into this error when trying to use Popen with the same kinds of parms you're using: ``` File "X:\Python\python3.9\lib\subprocess.py", line 951, in __init__...
For small images.... for me that means all images... can be turned into base64 and included in the source code itself which removes the possibility of this problem happening. May...
We've got some forward progress....... ``` X:\Python\python3.9\python.exe "C:/Python/PycharmProjects/PSG/User Submitted Programs/ShitStuckToYourMouse-main/main.pyw" Traceback (most recent call last): File "C:\Python\PycharmProjects\PSG\User Submitted Programs\ShitStuckToYourMouse-main\main.pyw", line 565, in main(config) File "C:\Python\PycharmProjects\PSG\User Submitted Programs\ShitStuckToYourMouse-main\main.pyw", line 319, in...
> I tried maybe ten different ways and none could kill the processes. Oh... uhh..... KILLING a process.... now that would have been a fantastic thing for the Exec APIs...
I think I'm using the straight demo programs from the PySimpleGUI Repo to kill processes:  https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_psutil_Kill_Python_Processes.py https://github.com/PySimpleGUI/PySimpleGUI/blob/master/DemoPrograms/Demo_psutil_Kill_Processes.py I use some version of them to kill all of the running...
FYI - I'm almost done with the first part of the UserSettings support of config files. The UserSettings object interface is pretty much done. Next will be the function APIs....
The only problem I'm seeing so far is that comments are stripped. I've not looked into it further to see if the config parser has a setting for this. If...
 OK, well, this answers if there is an option to not strip comments.
I add a "preserve comments" option. I won't be able to preserve the comments on the setting itself, but the single-line comments I will. It's just code.....
It's checked into github now as 4.49.0.10. I have not yet created and posted a matching demo file. If you're familiar with the PySimpleGUI UserSettings APIs, then this will be...