Re: RuntimeError: maximum recursion depth exceeded

2011-09-23 Thread Mike Orr
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

RuntimeError: maximum recursion depth exceeded

2011-09-21 Thread Pavel Paulau
Hi, Everything is ok at linux, but at windows I simply can't write data to response. import shutil with open(tempname, 'r') as f: shutil.copyfileobj(f, response) http://pylonshq.com/tracebacks/7a01e6d2f787a714f917266bdf32bc43 -- You received this message because you are subscribed to the

RuntimeError: maximum recursion depth exceeded

2008-09-25 Thread Krishgy
\registry.py, line 263, in _pop_object_restoration self._pop_object_orig(obj) if not restorer.in_restoration(): File c:\python25\lib\site-packages\paste-1.7.1-py2.5.egg\paste \registry.py, line 264, in _pop_object_restoration RuntimeError: maximum recursion depth exceeded

Re: RuntimeError: maximum recursion depth exceeded

2008-09-25 Thread Philip Jenvey
, in _pop_object_restoration self._pop_object_orig(obj) File c:\python25\lib\site-packages\paste-1.7.1-py2.5.egg\paste \registry.py, line 263, in _pop_object_restoration if not restorer.in_restoration(): RuntimeError: maximum recursion depth exceeded What verson of Pylons are you using and what did you do