Mark Sapiro wrote: > >I'm a bit >confused by the errors you report since the web page bug that I'm >aware of was fixed in subversion before the ReopenableFileHandler >class was added to loginit.py. What is in the error log from the web >page bug?
Never mind! The web page bug is new, and it's the same as the mailmanctl bug. The issue is that in mailman.loginit.py, the call to logging.FileHandler.__init__() does not accept the 'encoding' argument. It needs to be just logging.FileHandler.__init__(self, filename, mode) but if you fix that, you'll just run into other problems later. As I said in my prior reply, the subversion trunk just isn't useable yet. Use the Release_2_1-maint branch or the 2.1.8 tarball. -- 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&file=faq01.027.htp