The .pack
or .grid
method of a widget always returns None. So ensure the the .path
or .grid
method of the Entry Widget is always on a separate line.
dob=Entry(Registration_Frame,style='TEntry')
dob.grid(row=3,column=1,columnspan=2,sticky=NSEW)
wonderful answer thank you.
Thanks. 😀