Hi again, It would appear that I have found a fix to this issue:
pip uninstall webob pip install webob==1.3 According to the below post they removed the "exception" attribute. http://stackoverflow.com/questions/24103865/pylons-redirect-gives-attributeerror-httpfound-object-has-no-attribute-exce I'm not sure if downgrading the webob package is the right thing to do, but it did appear to work for the time being. If anyone knows of a better solution, please let us know. Regards, AJ On Thu, Jun 12, 2014 at 11:00 AM, AJ <[email protected]> wrote: > Hi there, > > > > AttributeError: 'HTTPUnauthorized' object has no attribute 'exception' > > I have gone through all of the same issues as you have, and am having the > same problem. > > I have gone a little further than you and deployed this using the Apache2 > method from the installation guide. This worked except I had to update the > apache2 site configuration file to use python2.7 folder locations, but I do > receive the same error as above. > > I do notice one other behavior, if I use this URL: > > http://127.0.0.1/accounts/login > > I get a login page where I am able to log in, then promptly get another 500 > error. But, if I again change the URL to the following: > > http://127.0.0.1/ > > This will take me to the main page. > > This feels like a problem with a redirect, but I don't know where to look > in > order to find the cause of this error. > > Can anyone help us? > > AJ > > > > _______________________________________________ > http://pledgie.com/campaigns/12056 >
_______________________________________________ http://pledgie.com/campaigns/12056

