GAE “ no attribute 'HTTPSHandler' ” dev_appserver.py

前端 未结 3 752
盖世英雄少女心
盖世英雄少女心 2020-12-17 02:21

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

3条回答
  •  南笙
    南笙 (楼主)
    2020-12-17 02:59

    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.

提交回复
热议问题