Re: Can't return JSON using 1.3b1

2012-02-28 Thread Ben Sizer
ylonsproject.org/projects/pyramid/en/latest/narr/renderers.html because none of them have routes defined in the view_config decorator. Is there a way to add a route to a view_config-decorated view when the view doesn't have a route name? -- Ben Sizer -- You received this message because

Can't return JSON using 1.3b1

2012-02-28 Thread Ben Sizer
n viewresult_to_response raise ValueError(msg % (view_description(view), result)) ValueError: Could not convert return value of the view callable function __main__.hello_world into a response object. The value returned was {'content': 'Hello!'}. You may have forgotten to def