I just rebuilt my current work with web2py on a new laptop (running ubuntu 10.10).
Since google app engine's dev server requires python 2.5, I used the following command to install python2.5 within my virtualenv: virtualenv --python=python2.5 --no-site-packages python25_virtualenv However, I am running into issues installing PIL for python25 as well as an issue where I am getting an error with gaehandler.py where it is not finding the pickle module: ImportError: No module named pickle I would be interested in getting familiar with using fabric to automate my installs. I have pasted a copy of the steps that I've taken here: http://pastie.textmate.org/1713385 Any assistance with helping to resolve the issue with PIL or the pickle module, or with getting started with fabric would be great. If I could test and build on the work that everyone has started here, that would be great.

