Python 2.6 or Google App Engine FAIL
Just installed Ubuntu 9.04 and tried to fire up Google App Engine. Some of it worked but I got the following error:
: No module named _multiprocessing args = ('No module named _multiprocessing',) message = 'No module named _multiprocessing'
A little googling found the issue: GAE Issue. Long story short Python 2.6 is currently not supported, please use 2.5.

