The instructions on Google's installation page for PIL are incorrect.
This is a quick screencast to show you the data export solution I've created for Google App Engine that lets you backup your application's datastore and restore it either locally on your development machine or on the same Google App Engine application on the deployment environment or on a different Google App Engine application (which you can use as a staging environment).
Release notes (Wed 6 August 2008) follow:
You know how in ActionScript you can do functionRef.apply(thisObj, argumentsArray) if you need to call a function with a dynamic list of arguments? I was looking for a way to do this in Python and googled for "apply". Lo and behold, I found that it was deprecated.
In Python, to find out what properties an object has, you just ask for a listing. The following, for example, shows you all properties and methods on the os module.