SyntaxError: positional argument follows keyword argument
Rich Shepard
rshepard at appl-ecosys.com
Fri Jun 7 15:53:09 EDT 2019
On Fri, 7 Jun 2019, Rhodri James wrote:
> Now we can see that Python isn't complaining about the arguments to
> tth.Checkbutton. The call to ttk.Checkbutton() is itself a positional
> argument in the call to LabelInput, coming after the keyword argument
> "input_var = tk.IntVar".
Thank you Rhodri. More reading is now the next thing I do.
Regards,
Rich
More information about the Python-list
mailing list