I am looking for a way to call another view callable from one of my views and have it return a Response object, without the caller needing to know how it was rendered.
I have posted a question on Stack Overflow with the full details: http://stackoverflow.com/questions/7048235/calling-another-view-in-pyramid The first answer that was given to me ("use render_view_to_response") results in the error "ValueError: Could not convert view return value "None" into a response object". Any ideas? Thanks, Kevin -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
