I am trying to use the google appengine python SKD from my ubuntu lucid. I have already compiled python2.5. But when I execute any \"dev_appserver.py\" command with it I get
Solved the issue...just needed to build all dependencies of python using:
apt-get build-dep python
python compiles with no error even when all the dependencies are not installed. It just skips the modules which require them and builds python.