Archive for the ‘ Development Tools ’ Category
The python group at OASIS has been busy making plone do backflips! We’ve hooked up several Zeo instances to nginx and varnish — cool stuff. After the grunt work of digging through config files we faced the problem of how to test our setup; but none of us wanted to do end-user testing for thirty [ READ MORE ]
Ok so I’m working on customizing Martin Aspeli’s Uber-Buildout. There’s been some confusion when trying to run the buildout on a mac. Specifically, my coworker Kevin discovered lxml as a missing dependency and what do you know, $ easy_install lxml doesn’t work. Lucky for us other intrepid bloggers have found a solution to this problem: $ STATIC_DEPS=true easy_install [ READ MORE ]
No introductions needed as the title says it all. First of all, del.icio.us rocks. For all who don’t know what delicious is, you should read about it, maybe start an account. For us python jocks, Michael G. Noll has written a pretty good python API. As of July 14th 2009, there’s a bug in the deliciousapi [ READ MORE ]