Vidiot wrote:

>Mark responded:
>
>>The Korean and Japanese codecs are installed by Python distutils using
>>a setup.py built somewhere else. It doesn't get everything from
>>configure.
>
>Crap, all of the modifications that I tried doing were worthless, since
>the damn thing keeps installing the tarball, no matter what, wiping out
>any local changes.
>
>Just how is someone supposed to fix this?



This is not new. I tried to warn you.
<http://www.google.com/search?q=site%3Amail.python.org+inurl%3Amailman+solaris+korean>.

I think Hank knows how to make it work, but I don't off hand.

If you are going to be running Mailman with Python 2.5+, you don't need
the Japanese and Korean codecs anyway because they're built in, so
edit the misc/Makefile. Change

PACKAGES= $(EMAILPKG) $(JACODECSPKG) $(KOCODECSPKG)

to

PACKAGES= $(EMAILPKG)

-- 
Mark Sapiro <[EMAIL PROTECTED]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to