13 May
2020
13 May
'20
2:10 p.m.
Hi, I am following the guide here: https://mailman.readthedocs.io/en/latest/src/mailman/commands/docs/create.ht... and am falling at the first hurdle.
command = cli('mailman.commands.cli_lists.create') NameError: name 'cli' is not defined.
I am running the command in the mailman shell. Doing a help("mailman.commands") works so Python can see that.
I thought it might require pyCLI so I installed that but still no joy.