I customized the wsgi.py from the Pylons site to support a site-package directory separate from the server's python site-packages location. I'm new to the Python world, so I don't know if this is the 'Pythonic' way of doing things.
I added a new user_site_pkgs variable to specify this alternate directory.
Here's the file: wsgi.txt