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 <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 09/02/2004 08:39 PM To: [EMAIL PROTECTED] cc: [EMAIL PROTECTED] Subject: Re: [Mailman-Users] Sequence Numbers Hi, [EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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/ ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] 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/