Created attachment 171840 [details] py-pylons-1.0.2.patch py-webob-1.4 removes the 'exception' attribute on WSGIHTTPException. This attribute is used by py-pylons<=1.0.1 in the redirect code, resulting in the following exception: File '/usr/local/lib/python2.7/site-packages/pylons/controllers/util.py', line 208 in redirect raise exc(location=url).exception AttributeError: 'HTTPFound' object has no attribute 'exception' This patch fixes the problem by updating py-pylons to 1.0.2.
A commit references this bug: Author: wen Date: Mon Jun 27 01:36:09 UTC 2016 New revision: 417626 URL: https://svnweb.freebsd.org/changeset/ports/417626 Log: - Update to 1.0.2 PR: 210603 Submitted by: freebsd@skinc.ru Changes: head/www/py-pylons/Makefile head/www/py-pylons/distinfo