I cant open a third window with PySimpleGUI
I can’t create a third window. the code works without error but it doesn’t display a window the code ends
Setting PySimpleGUI.Text() element’s height causes text update to botch
I have a PySimpleGUI.Text() element that I’d like to update with text as my program executes. I want it to be five lines high. It will be contained in another element, so I do not want to set its width explicitly. Instead, I set expand_x = True
so that it fills its available space horizontally. Thus, to set its size, I use size=(None,5)
.
how to resolve InputText key error in this simple PySimpleGUI script
I do not see why i am getting this error: Traceback (most recent call last):
File ….play_download.py”, line 55, in
url = values[‘-url-‘]
~~~~~~^^^^^^^^^
KeyError: ‘-url-‘