On Saturday, 8. February 2003 17:28, Barry A. Warsaw wrote:
> > "MJ" == Matthias Juchem <[EMAIL PROTECTED]> 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
> "MJ" == Matthias Juchem <[EMAIL PROTECTED]> 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.
-Barry
--
Mailman-Users mailing li
On Saturday, 8. February 2003 05:20, Barry A. Warsaw wrote:
> > "MJ" == Matthias Juchem <[EMAIL PROTECTED]> writes:
>
> MJ> When doing a bin/newlist, I get an 'ImportError: No module
> MJ> named None'.
>
> Did you set the MTA variable in mm_cfg.py or Defaults.py?
Well, I've set it acco
> "MJ" == Matthias Juchem <[EMAIL PROTECTED]> writes:
MJ> When doing a bin/newlist, I get an 'ImportError: No module
MJ> named None'.
Did you set the MTA variable in mm_cfg.py or Defaults.py?
-Barry
--
Mailman-Users mailing list
[
Hi.
I have Mailman 2.1.
When doing a bin/newlist, I get an 'ImportError: No module named None'.
$ bin/newlist
Enter the name of the list: a
Enter the email of the person running the list: [EMAIL PROTECTED]
Initial a password:
Traceback (most recent call last):
File "bin/newlist", line 219, in