Re: [Mailman-Developers] Cookie bug in 2.1a3+
Yeah, I found this one last night. Fixed in CVS. You can just delete that import line from private.py.
Just hit this one when I tried to view the private archives:
Bug in Mailman version 2.1a3
We're sorry, we hit a bug!
If you would like to help us identify the problem, please email a copy of this page to the webmaster for this site with a description of what happened. Thanks!
Traceback:
Traceback (most recent call last): File "/home/csc/mailman/scripts/driver", line 90, in run_main pkg = __import__('Mailman.Cgi', globals(), locals(), [scriptname]) File "/home/csc/mailman/Mailman/Cgi/private.py", line 29, in ? from Mailman import Cookie ImportError: cannot import name Cookie
Python information:
Variable Valuesys.version 2.1.1 (#1, Aug 10 2001, 01:32:01) [GCC 2.95.3 19991030 (prerelease)] sys.executable /usr/bin/python sys.prefix /usr/local sys.exec_prefix /usr/local sys.path /usr/local sys.platform linux2
It should have asked for my email and password.
Bob
Mailman-Developers mailing list Mailman-Developers@python.org http://mail.python.org/mailman/listinfo/mailman-developers
Hi Dan,
Thanks for the quick reply. Hmm, I thought I -just- did update everything from the cvs.. Never used CVS before, but I just executed the commands:
cvs -z3 -d:pserver:anonymous@cvs.mailman.sourceforge.net:/cvsroot/mailman co mailman
(as root, sitting in my $prefix directory)
Did I do wrong?
Bob
participants (2)
-
Bob Puff@NLE -
Dan Mick