I have received a message with the error description:
Vizi Szilard <[EMAIL PROTECTED]>
> - I found an error:
> [root@tatooin bin]# ./config_list -o /root/config test
> Traceback (most recent call last):
> File "./config_list", line 261, in ?
> main()
> File "./config_list", line 254, in main
> do_output(listname, outfile)
> File "./config_list", line 115, in do_output
> info = config[k]
> KeyError: altalanos
>
> altalanos means general in English. What is the problem?
I have taken a glance to Mailman code and I have found:
in MailList.py.GetConfigInfo:
config_info['general'] = [_(
"Fundamental list characteristics, including descriptive"
" info and basic behaviors."),
('real_name', mm_cfg.String, 50, 0,
_('The public name of this list (make case-changes
only).'),
and in config_list.do_output:
config = mlist.GetConfigInfo()
categories = (_('general'), _('privacy'), _('nondigest'),
_('digest'),
_('bounce'), _('archive'), _('gateway'),
_('autoreply'))
for k in categories:
info = config[k]
So 'k' must be untranslated, that's because that key does not exists in
array 'config'
--
___
/ F \
[[[]]]]
( O O )
#----------------0000--(_)--0000---------------#
| Juan Carlos Rey Anaya ([EMAIL PROTECTED]) |
| Servicio Central de inform�tica |
| Universidad de M�laga - Espa�a |
#----------------------------------------------#
_______________________________________________
Mailman-Developers mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-developers