Thank you for your feedback, Richard. I'm not sure why you say the traceback doesn't match MM 2.1.4. I'm running MM 2.1.4, I installed from mailman-2.1.4.tgz some time ago.
The install is pretty much stock, I only made some modifications to the MailList.py module, but I have not changed any of the modules mentioned in the traceback. My set of python RPMs (in a SUSE system) are: python-mysql-0.9.2-52 python-devel-2.3-49 mod_python-2.7.8-427 python-2.3-49 python-curses-2.3-49 python-tk-2.3-49 What other information can I provide to help? Ricardo > On 4 Mar 2004, at 19:36, Ricardo Kleemann wrote: > >> >> Hi, >> >> I sent this message out yesterday, but haven't received any replies... >> Can >> someone help me out with this? >> > > At a minimum you need to say what versions of Mailman and Python you > are running. The line numbers in the traceback do not match MM 2.1.4, > the latest stable release, and the versions of software may well affect > the interpretation of your problem. It would also help if you indicate > if any modifications have been made to the standard MM distribution or > patches applied. Looking at the current stable MM code it is difficult > to see how this error could arise with unmodified code but an older > version of MM may have an inherent problem which might lead to it. > >> >> ---------------------------- Original Message >> ---------------------------- >> Subject: [Mailman-Users] We're sorry, we hit a bug! -- Please Help. >> From: >> "ricardo" <[EMAIL PROTECTED]> >> Date: Wed, March 3, 2004 12:00 pm >> To: [EMAIL PROTECTED] >> ----------------------------------------------------------------------- >> --- >> >> Hi, >> >> I'm getting this problem when attempting to enter the >> private list archives via private.cgi and log in with a >> subscriber's email and password. The login page comes up >> fine, but once I input the email and password, I get the >> error below. >> >> Traceback: >> >> Traceback (most recent call last): >> File "/usr/local/mailman/scripts/driver", line 87, in >> run_main >> main() >> File "/usr/local/mailman/Mailman/Cgi/private.py", line >> 120, in main >> password, username): >> File "/usr/local/mailman/Mailman/SecurityManager.py", line >> 226, in WebAuthenticate >> print self.MakeCookie(ac, user) >> File "/usr/local/mailman/Mailman/SecurityManager.py", line >> 233, in MakeCookie >> raise ValueError >> ValueError >> >> >> >> >> >> ----------------------------------------------------------------------- >> --------- >> >> Python information: >> Variable Value >> sys.version 2.3+ (#1, Oct 2 2003, 23:03:59) [GCC 3.3.1 (SuSE >> Linux)] >> sys.executable /usr/bin/python >> sys.prefix /usr >> sys.exec_prefix /usr >> sys.path /usr >> sys.platform linux2 >> >> >> >> ------------------------------------------------------ >> Mailman-Users mailing list >> [EMAIL PROTECTED] >> http://mail.python.org/mailman/listinfo/mailman-users >> Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >> Searchable Archives: >> http://www.mail-archive.com/mailman-users%40python.org/ >> >> >> >> >> >> ------------------------------------------------------ >> Mailman-Users mailing list >> [EMAIL PROTECTED] >> http://mail.python.org/mailman/listinfo/mailman-users >> Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >> Searchable Archives: >> http://www.mail-archive.com/mailman-users%40python.org/ >> > > ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
