Following Martin Aspeli's excellent buildout tutorial,
in a clean chroot setup,
has helped me rediscover the joys of programming.
Because, let's face it: if Python is The Beauty,
Zope2 surely is The Beast.
Zope3 is a much more gentile creature. It's availability
within the bowels of modern Zope2 releases is a godsend,
as any developer working with Plone3 will testify.
Meanwhile, the Python community
at large has rallied around the Python Package index and
easy_install eggs as the primary channel for distributing code.
To leverage these new development practices,
you need to be able to control your python environment.
Read on to find out, why this is a problem, and what you can do about it.