ImportError: No module named korean revisted

% cat /etc/redhat-release Red Hat Linux release 7.3 (Valhalla)
$ rpm -qa | grep python python-popt-0.8.8-7.x.2 ---->python2-devel-2.2.2-11.7.3 python-clap-1.0.0-3 python-xmlrpc-1.5.1-7.x.3 rpm-python-4.0.4-7x.18 python-devel-1.5.2-43.73 python-1.5.2-43.73 ---->python2-2.2.2-11.7.3
$ pwd /usr/src/redhat/BUILD/mailman-2.1.3 $ make install Compiling /var/tmp/ZZZZ/Mailman/versions.py ... Traceback (most recent call last): File "bin/update", line 45, in ? import paths File "bin/paths.py", line 59, in ? import korean ImportError: No module named korean make: *** [update] Error 1
I followed the thread here:
http://mail.python.org/pipermail/mailman-users/2002-December/024814.html
It looks like this issues was "fixed", but I'm still getting it on a RH73 build.
I have -devel packages installed. Do I need a "newer" version of python?
-- Bob Tanner <tanner@mn-linux.org> | Phone : (952)943-8700 http://www.mn-linux.org, Minnesota, Linux | Fax : (952)943-8500 Key fingerprint = AB15 0BDF BCDE 4369 5B42 1973 7CF1 A709 2CC1 B288
participants (1)
-
Bob Tanner