I'm trying to install Mailman 2.1.5 on a new server.  I've got an 
older version running happily elsewhere - but I can't get out of the 
starting blocks on this new one.  Which is frustrating...

I set it up in /usr/local/mailman and have run:

configure --with-mail-gid=admin --with-cgi-gid=mailman
make
su mailman
make install

This last runs OK, but ends with an error:

Traceback (most recent call last):
  File "bin/update", line 46, in ?
    import paths
  File "bin/paths.py", line 59, in ?
    import korean
ImportError: No module named korean
make: *** [update] Error 1

... and I get no further.  I can comment out the "korea" lines in 
paths.py and avoid further error messages - but at the end of the 
install process, it still won't run.

Any pointers folks?

Chris Wright

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
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/

Reply via email to