Re: [Mailman-Users] Bug in 2.0rc2 adding newlist
Phil Barnett wrote:
Running 2.0rc2.
I was trying to add a list with bin/newlist and got this:
...
File "/home/mailman/Mailman/Utils.py", line 568, in mkdir os.mkdir(dir, mode) OSError: [Errno 2] No such file or directory: '/home/mailman/archives/private/bin/newlist.mbox'
I got this too. Looks like a buglet in 2.0rc2. However, I noticed that running bin/newlist foo fails, but just running bin/newlist and then typing the new listname when prompted, works. When you put the name on the command line, it looks like it picks up "bin/newlist" as the name instead.
-- Greg Connor <gconnor@nekodojo.org>
Greg Connor wrote:
Phil Barnett wrote:
Running 2.0rc2.
I was trying to add a list with bin/newlist and got this:
...
File "/home/mailman/Mailman/Utils.py", line 568, in mkdir os.mkdir(dir, mode) OSError: [Errno 2] No such file or directory: '/home/mailman/archives/private/bin/newlist.mbox'
I got this too. Looks like a buglet in 2.0rc2. However, I noticed that running bin/newlist foo fails, but just running bin/newlist and then typing the new listname when prompted, works. When you put the name on the command line, it looks like it picks up "bin/newlist" as the name instead.
I believe this has been fixed in 2.0rc3. argv was being used instead of args.
-- Tanner Lovelace lovelace@wayfarer.org http://wtl.wayfarer.org/ Cthulu for President. Why settle for the lesser evil?
participants (2)
-
Greg Connor
-
Tanner Lovelace