SyntaxError: positional argument follows keyword argument

Rich Shepard rshepard at appl-ecosys.com
Fri Jun 7 15:52:07 EDT 2019


On Fri, 7 Jun 2019, Alexandre Brault wrote:

> The positional argument in question is not one you passed to the
> ttk.Checkbutton call, but the ttk.Checkbutton itself that you're passing
> to LabelInput as a positional argument after the input_var keyword
> argument

Alex,

Got it, thanks. Now to figure out the proper way of writing the widget.

Regards,

Rich



More information about the Python-list mailing list