Re: [Mailman-Users] getting python errorss with check_perms

2008-02-05 Thread Rob Tanner
Todd, That update took case of it. Thanks. -- Rob On 02/05/2008 05:56 PM, Todd Zullinger wrote: > Rob Tanner wrote: > >> I think the bug URL you gave me is a wrong URL. Bug 132495 is a >> Japanese encoding bug and its status is closed (which I presume >> means fixed). That doesn't sound li

[Mailman-Users] getting python errorss with check_perms

2008-02-05 Thread Stephen J. Turnbull
Rob Tanner writes: > File "bin/check_perms", line 216, in checkarchives > print _("""\ > NameError: global name '_' is not defined This is the conventional equivalent to GNU gettext used by most Python programs. Find the definition of '_' which will either look like def _(x): # cod

Re: [Mailman-Users] getting python errorss with check_perms

2008-02-05 Thread Todd Zullinger
Rob Tanner wrote: > I think the bug URL you gave me is a wrong URL. Bug 132495 is a > Japanese encoding bug and its status is closed (which I presume > means fixed). That doesn't sound like the problem I'm seeing. The bug summary may not sound like what you're seeing, but the patch that was appl

Re: [Mailman-Users] getting python errorss with check_perms

2008-02-05 Thread Mark Sapiro
Rob Tanner wrote: > >I think the bug URL you gave me is a wrong URL. Bug 132495 is a >Japanese encoding bug and its status is closed (which I presume means >fixed). That doesn't sound like the problem I'm seeing. Read further down in the comment thread. It talks about the _() i18n function be

Re: [Mailman-Users] getting python errorss with check_perms

2008-02-05 Thread Rob Tanner
Todd, I think the bug URL you gave me is a wrong URL. Bug 132495 is a Japanese encoding bug and its status is closed (which I presume means fixed). That doesn't sound like the problem I'm seeing. In answer to your questions, the Fedora release is Fedora release 7 (Moonshine) and the mailman

Re: [Mailman-Users] getting python errorss with check_perms

2008-02-05 Thread Todd Zullinger
Rob Tanner wrote: > Running this as root so that it can fix any perm problems, but I'm > getting what I assume to be python errors: > > [EMAIL PROTECTED] mailman]# bin/check_perms -f > Traceback (most recent call last): > File "bin/check_perms", line 382, in > checkarchives() > File "bin/check

[Mailman-Users] getting python errorss with check_perms

2008-02-05 Thread Rob Tanner
Hi, Running this as root so that it can fix any perm problems, but I'm getting what I assume to be python errors: [EMAIL PROTECTED] mailman]# bin/check_perms -f Traceback (most recent call last): File "bin/check_perms", line 382, in checkarchives() File "bin/check_perms", line 216, in c