Tkinter module test: widget class not inserted in application frame

Rich Shepard rshepard at appl-ecosys.com
Fri Jun 17 22:47:38 EDT 2022


On Fri, 17 Jun 2022, Dennis Lee Bieber wrote:

>>             ContactNameInput, 'lname',
>>             ContactNameInput, 'fname',

This works if a tk.labelframe is where the widget is placed. In my case, as
MRAB taught me, the proper syntax is
 	self,'lname'...
 	self.'fname'...

Thanks, Dennis,

Rich


More information about the Python-list mailing list