@ Fil <[EMAIL PROTECTED]> : > > I'm running the patch as is, and there's trouble. Here is the error log: > > OK, good. A quick fix is to add on line 153 > self.cursor = self.connection.cursor() > > The correct fix would be to isolate the connection/reconnection procedure in > a unique function, but that'll be for later.
Unfortunately this still doesn't succeed reconnecting to the server: I get this traceback: File "/var/local/mailman/Mailman/MysqlMemberships.py", line 141, in _prodServerConnection if self.connection.ping() == 0: OperationalError: (2006, 'MySQL server has gone away') -- Fil _______________________________________________ Mailman-Developers mailing list Mailman-Developers@python.org http://mail.python.org/mailman/listinfo/mailman-developers 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-developers/archive%40jab.org Security Policy: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp