Hi,
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). I'm using 2.1.5
Any idea why it's not working?
Here's the error when i visit the mailman/listinfo page:
Bug in Mailman version 2.1.5
We're sorry, we hit a bug! If you would like to help us identify the problem, please email a copy of this page to the webmaster for this site with a description of what happened. Thanks!
Traceback:
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
Thanks in Advance!
Hi,
Takahiro_Horie@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/
participants (2)
-
Takahiro_Horie@nidek.com -
Tokio Kikuchi