Posts by GFS_0508 • 3 points
2 posts
-
0
votes3
answers34
viewsA: Error clicking the Tkinter Python button
I tried to follow the directions but it generates another error. Exception in Tkinter callback Traceback (most recent call last): File "C:\Program…
-
0
votes3
answers34
viewsQ: Error clicking the Tkinter Python button
Hello I am developing a python application using Tkinter but I don’t know why it is giving me error. I was inspired by an example. My code. from tkinter import * win = Tk() win.geometry("400x150")…