Re: [Mailman-Users] bin/newlist -> ImportError: No module named None

2003-02-08 Thread Matthias Juchem
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

Re: [Mailman-Users] bin/newlist -> ImportError: No module named None

2003-02-08 Thread Barry A. Warsaw
> "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

Re: [Mailman-Users] bin/newlist -> ImportError: No module named None

2003-02-08 Thread Matthias Juchem
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

Re: [Mailman-Users] bin/newlist -> ImportError: No module named None

2003-02-07 Thread Barry A. Warsaw
> "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 [

[Mailman-Users] bin/newlist -> ImportError: No module named None

2003-02-07 Thread Matthias Juchem
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