On Fri, 7 Jun 2019, Danilo Coccia wrote: >> self.inputs['medium'] = LabelInput( >> self, 'Medium', >> med = tk.StringVar() > ^^^ > Missing a comma here! Thanks, Danilo! When we write the code we too often see what we expect to see and not what's actually there. Fresh eyes to the rescue once again. Regards, Rich