[Mailman-Users] bin/newlist -> ImportError: No module named None
Matthias Juchem
lists at konfido.de
Sat Feb 8 17:57:03 CET 2003
On Saturday, 8. February 2003 17:28, Barry A. Warsaw wrote:
> >>>>> "MJ" == Matthias Juchem <lists at konfido.de> writes:
>
> MJ> MTA = 'None'
>
> Whoops! None is a special value in Python and shouldn't be quoted.
> Change that to
>
> MTA = None
>
> and you should be good to go.
Ok, works fine now. Thank you.
Matthias
More information about the Mailman-Users
mailing list