Hi Why would it be missing stuff?
How do I determine this and then go kick redhat? regards ________________________________________ From: Mark Sapiro [[email protected]] Sent: Wednesday, 8 June 2011 9:50 a.m. To: Steven Jones; [email protected] Subject: Re: [Mailman-Users] mailman NameError: global name '_' is not defined Steven Jones wrote: > >[root@vuwunicmailmnt1 conf.d]# /usr/lib/mailman/bin/mmsitepass --help >Traceback (most recent call last): > File "/usr/lib/mailman/bin/mmsitepass", line 105, in <module> > main() > File "/usr/lib/mailman/bin/mmsitepass", line 77, in main > usage(0) > File "/usr/lib/mailman/bin/mmsitepass", line 57, in usage > print >> fd, _(__doc__) >NameError: global name '_' is not defined The standard distributed GNU Mailman mmsitepass contains the following lines immediately after the copyright notice and the documentation: import sys import getpass import getopt import paths from Mailman import Utils from Mailman.i18n import _ Yours is apparently missing the last of these and who knows what else. -- Mark Sapiro <[email protected]> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list [email protected] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: http://mail.python.org/mailman/options/mailman-users/archive%40jab.org
