[Mailman-Developers] shunt / unshunt

Danny Terweij danny@terweij.nl
Sat, 29 Jun 2002 17:15:50 +0200


From: "Danny Terweij" <danny@terweij.nl>

> > I am ready to start mailman :) lets see for error to the error file, if
> any
> > :)
>
> [root@lnx bin]# ./mailmanctl start
> Traceback (most recent call last):
>   File "./mailmanctl", line 101, in ?
>     from Mailman import mm_cfg
>   File "/usr/local/mailman/Mailman/mm_cfg.py", line 69, in ?
>     add_language('nl',   _('Nederlands'),          'us-ascii')
> NameError: name '_' is not defined
> [root@lnx bin]#
>
> I am going to remove the add_language line from mm_cfg.py and add it again
> to Defaults.py.
>
> Lets see what then is happen..

Now the master qrunner is running.

Lets post a message to the list...
And it works.

Lets do some unshunting...
shunt directory is empty now.

Lets check the already made translations...
This is working.

Wow, this is gonna be cool, i now know how to handle it.
But the add_language to the mm_cfg.py does not work.


Danny.