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 being changed to C_().

However, lines 37 to 48 of our check_perms are


try:
    import paths
except ImportError:
    print '''Could not import paths!

This probably means that you are trying to run check_perms from the
source
directory.  You must run this from the installation directory instead.
'''
    raise
from Mailman import mm_cfg
from Mailman.mm_cfg import MAILMAN_USER, MAILMAN_GROUP
from Mailman.i18n import _


Is this what your's looks like?


-- 
Mark Sapiro <[EMAIL PROTECTED]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to