python 3.1 was just installed on a system where I am running mailman 2.1.12.
It seems to have broken the mailman web interface and sending of mail via mailman lists. An error from the mailer daemon when sending to one of the lists gives me a traceback: == ----- Transcript of session follows ----- Message delivered to mailing list <[email protected]> Traceback (most recent call last): File "/usr/local/mailman/scripts/post", line 31, in <module> import paths File "/usr/local/mailman/scripts/paths.py", line 40, in <module> s = unicode('OK', 'iso-2022-jp') NameError: name 'unicode' is not defined 554 5.3.0 unknown mailer error 1 == I notice in other posts that some versions of python 2 and mailman are not compatible. I am guessing the same is true for python 3. I see on the python page that 3 is the "shiny new thing". python 2.3.3 is still on our system, but one of our users wants to "upgrade". For mailman 2.1.12 purposes, should I revert to say python 2.7? Or is 2.1.14 compatible with python 3? Thanks, Hal Huntley ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
