[Mailman-Users] No module named korean

Barry A. Warsaw barry at python.org
Tue Dec 31 18:18:15 CET 2002


>>>>> "chaim" ==   <chaim at chaim.com> writes:

    chaim> I tried to track it down and although I am an experience
    chaim> developer/admin, I am fairly new to Python and Mailman. I
    chaim> am a bit confused about the comments concerning korea and
    chaim> korea.alias. Should I just comment out the importing of
    chaim> korea?

What version of Python ar you using?  Can you try the following:

% python
Python 2.2.2 (#1, Oct 14 2002, 19:51:36) 
[GCC 2.96 20000731 (Red Hat Linux 7.3 2.96-112)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import distutils
>>> distutils.__version__
'1.0.3'
>>> 

what do you get?
-Barry



More information about the Mailman-Users mailing list