Open o10222 opened 1 day ago
1964 """Apply first function SUBST to arguments, than FUNC.""" 1965 try: 1966 if self.subst: 1967 args = self.subst(*args) 1968 return self.func(*args) 1969 except SystemExit: 1970 raise 1971 except: 1972 self.widget._report_exception()
Python3.12
python3< lesson1-send-xrp.py Exception in Tkinter callback Traceback (most recent call last): File "/usr/lib64/python3.12/tkinter/init.py", line 1968, in call return self.func(*args) ^^^^^^^^^^^^^^^^ File "", line 35, in standby_send_xrp
AttributeError: 'str' object has no attribute 'result'
The GUI does not report any errors just the python interpreter.