Python3-3.7.3: cannot run pdb

Rich Shepard rshepard at appl-ecosys.com
Fri Jun 7 13:57:49 EDT 2019


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



More information about the Python-list mailing list