[Mailman-Users] Sequence Numbers

Takahiro_Horie at nidek.com Takahiro_Horie at nidek.com
Fri Sep 3 09:52:51 CEST 2004


The error was:

Merging new template file with existing translations
msgmerge -U ca/LC_MESSAGES/mailman.po mailman.pot
msgmerge: invalid option -- U
Try `msgmerge --help' for more information.
make[1]: *** [ca/LC_MESSAGES/mailman.po] Error 1







Tokio Kikuchi <tkikuchi at is.kochi-u.ac.jp>
Sent by: mailman-users-bounces at python.org
09/02/2004 08:39 PM

 
        To:     Takahiro_Horie at nidek.com
        cc:     mailman-users at python.org
        Subject:        Re: [Mailman-Users] Sequence Numbers

Hi,

Takahiro_Horie at nidek.com wrote:

> I applied the patch found on 
> 
> http://sourceforge.net/tracker/?func=detail&aid=601117&group_id=103&atid=300103
> 
> File: http://mm.tkikuchi.net/mailman-2.1.5+patch.20040516.gz
> 
> that adds sequence numbers. I reconfigured, did make, make install (with 

> errors).

What was this error ?

> I'm using 2.1.5
> 
> Any idea why it's not working?
> 

 > Here's the error when i visit the mailman/listinfo page:
> Traceback (most recent call last):
>   File "/home/tak/mailman/scripts/driver", line 61, in run_main
>     import paths
>   File "/home/tak/mailman/scripts/paths.py", line 55, in ?
>     import japanese
> ImportError: No module named japanese

Looks like the japanese package is not properly installed.
Find the <prefix>/pythonlib directory and check if the japanese
directory is there. You may have to check the "make install"
result by redirecting the output in a file and inspect the lines
before this error occurs.

% make install >& install.log
% more install.log

-- 
Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp
http://weather.is.kochi-u.ac.jp/

------------------------------------------------------
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/






More information about the Mailman-Users mailing list