On 02/28/2018 11:01 AM, Dave Pascoe wrote: > Just upgraded to Mailman 2.1.26 on a CentOS 5.11 system (yeah, I > know....this is a legacy box and will be migrating to a newer OS soon).
And the problem will be solved. > I'm > trying to enable reCAPTCHA v2 support. I've defined: > > RECAPTCHA_SITE_KEY = '...' > RECAPTCHA_SECRET_KEY = '...' > > in mm_cfg.py. Once again, I have introduced a Python 2.7 dependency :( For older Python versions, line 154 in Mailman/Cgi/subscribe.py which is except urllib2.URLError as e: needs to be except urllib2.URLError, e: This is now reported at <https://bugs.launchpad.net/mailman/+bug/1752658>. -- Mark Sapiro <m...@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan ------------------------------------------------------ Mailman-Users mailing list Mailman-Users@python.org https://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: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org