>> The bad news is that the name is rendered as >> >> u'John DeCarlo' >> u"Bill O'Grady" >>
RB> This is because the name is a Unicode string. RB> If you said this it might fix things: RB> gotname = str(self.getMemberName(person)) Works for me - no "u" Thanks, Abigail ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] 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/ This message was sent to: [EMAIL PROTECTED] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org