Yak Shaving

just me

Archive for April, 2009

Python 2.6 or Google App Engine FAIL

without comments

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.

Written by channam

April 29th, 2009 at 8:20 pm

Posted in Uncategorized