Check if you have WebOb 1.1 installed, and if so downgrade to WebOb
1.0.7. (Put "WebOb==1.0.7" in your application's setup.py and run
your preferred pip/easy_install command.) There's an incompatibility
between Pylons 1 and WebOb 1.1 that causes a recursion error. However,
I would have expected the error to occur earlier, at application
startup. Still, this may be it.
--
Mike Orr <slugg...@gmail.com>