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
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
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
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
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
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
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