Hello, I tried to upgrade from 2.0.8 to 2.1b1, but I got troubles at make install. ./configure --with-mail-gid=25 --with-cgi-gid=www-data --prefix=/home/mailman Allready reported a warning: checking for Python Chinese Unicode codecs... not found configure: warning:
***** Python Unicode codecs for Chinese not found. ***** Chinese emails generated by or manipulated in Mailman will not ***** be sent in the correct encoding and may be unreadable. ***** Please uncompress and install the Chinese codecs from: ***** http://sourceforge.net/projects/python-codecs/ ***** ***** Note: Everything else will work just fine. But I don't planned to send mails with chinese codecs so I didn't care. but make install reported an error: Compiling /home/mailman/Mailman/versions.py ... Traceback (most recent call last): File "bin/update", line 46, in ? from Mailman import Utils File "/home/mailman/Mailman/Utils.py", line 34, in ? import email.Iterators ImportError: No module named email.Iterators make: *** [update] Error 1 Does anybody know how to fix? I only made 'chmod a+rx,g+ws /home/mailman' and then configure and 'make install'. mailman 2.0.8 ran fine, so the problem couldn't be there. Bye Jonas -- The difference between theory and practice, is that in theory, there is no difference between theory and practice. ------------------------------------------------------ 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