PySimpleGUI button event not working in Python code – why?
PySimpleGUI button event not working in Python code – why? Question: Why the button event is not avalible with pysimplegui? This is my Code. import os import threading import PySimpleGUI as gui from rsa_controller import decryptwithPrivatekey, loadPublicKey, loadPrivateKey id = 0 target_id = 0 prikey = None def popout(title): gui.popup(title) def read_keys(): print("Opening key files: …