pyramid.response.Response(app_iter=?)

2011-11-03 Thread jerry
Hi, How does pyramid.response.Response use the (app_iter=) object passed in? I'm interested in the details because it does not work with app_iter=MongoDB's gridfs.grid_file.GridOut object (which supports the usual read/seek/tell() operations), but I found myself drowning in the zope style

Re: pyramid.response.Response(app_iter=?)

2011-11-03 Thread Gael Pasgrimaud
On Thu, Nov 3, 2011 at 4:54 PM, jerry jerryji1...@gmail.com wrote: Hi, How does pyramid.response.Response use the (app_iter=) object passed in? I'm interested in the details because it does not work with app_iter=MongoDB's gridfs.grid_file.GridOut object (which supports the usual