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
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