[Mailman-Users] korean error

Rod@freeserve rod at coate.fsnet.co.uk
Mon Jan 28 08:34:21 CET 2008


Mark

I had this problem with RHEL 5, Python 2.4.3 and Mailman 2.1.9.

If you don't need Korean support, here is a workround.
Remove or comment out two lines in misc/paths.py.in before running configure..

First comment out

        import korean

Then comment out

        import korean.aliases

- otherwise you will get the same error for this file as well.

I did not need support for Korean language and/or character set.
Mailman configure and make install worked fine after that, and the installed system
appears to be OK.

I assume that the pre-installed Python on my system did not have Korean language support
installed. It would have been difficult for me to fix the Python libraries - it was easy
to remove Korean support from Mailman.

Regards

Rod


----- Original Message -----
From: "Obantec Support" <support at obantec.net>
To: <Mailman-Users at python.org>
Sent: Sunday, January 27, 2008 10:35 AM
Subject: [Mailman-Users] korean error


> Hi
>
> FC3 running python 2.3.4 & trying to install Mailman-2.1.9
>
> ./configure (using default settings)
> make install produces just this error
>
> Traceback (most recent call last):
>   File "bin/update", line 46, in ?
>     import paths
>   File "/usr/local/mailman/bin/paths.py", line 60, in ?
>     import korean
> ImportError: No module named korean
> make: *** [update] Error 1
>
> I  have googled and read the FAQ's but not found a solution.
>
> Mark
> ------------------------------------------------------
> Mailman-Users mailing list
> Mailman-Users at 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/
> Unsubscribe:
http://mail.python.org/mailman/options/mailman-users/rod%40coate.fsnet.co.uk
>
> Security Policy:
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp
>
>



More information about the Mailman-Users mailing list