Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Can't update label in new tk window, object has no attribute
Post: RE: Can't update label in new tk window, object ha...

Both works perfectly, thank you very much for all your help. Cheers!
tompranks GUI 3 3,670 Aug-30-2022, 08:44 AM
    Thread: Can't update label in new tk window, object has no attribute
Post: Can't update label in new tk window, object has no...

Hi, I have this code but i get the error "object has no attribute". from tkinter import * root = Tk() root.geometry("300x300") count = 20 pop_label = None def ACdriver(option): # pop.destroy() ...
tompranks GUI 3 3,670 Aug-27-2022, 09:24 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020