Re: problem running helloworld

2011-08-31 Thread James Murty
I have come across similar problems compiling Python libraries on OS X, caused by not having the "Mac OS X 10.4 Support" libraries installed (they're optional in X-Code) and by the Mac's version of GCC being incompatible with some code. This blog post might give you some pointers: http://www.james

Enhancement? Alternatives to request.response_* for setting a rendered view's response attributes

2011-01-30 Thread James Murty
Hi, I've been tinkering with Pyramid code as I learn the framework and I'd appreciate some feedback on a possible enhancement, even if it's just to tell me it's a bad idea. One nit that bothered me was the way rendered views require you to set attributes in the request object in order to change t