[Mailman-Users] Uncaught runner exception: unknown encoding: gb2312

Reinhard Proessler reinhard.proessler at de.hanjin.com
Fri Jun 23 08:59:02 CEST 2006


Thanks, 

added the line to the path.py in running system.

this seems to be the solution in my case.
First test was successful.

I'll patch sources asap.

Kind Regards

RPr

[...] 
Try the following in interactive python:

>>> x = unicode('abcde', 'gb2312')
>>> y = x.encode('gb2312')

If either of these throws an exception, the codecs are not properly
installed.

If the codecs are installed OK, it is probably necessary to add

import chinesecn

somewhere near the end of the various Mailman paths.py files (following the
line 'sys.path.append(sitedir)'.
[...]




More information about the Mailman-Users mailing list