GAE “ no attribute 'HTTPSHandler' ” dev_appserver.py

前端 未结 3 745
盖世英雄少女心
盖世英雄少女心 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:58

    The method described in this post worked perfectly for me (Ubuntu 11.10).

    http://dewbot.posterous.com/installation-of-python-25-and-google-app-engi

    0 讨论(0)
  • 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.

    0 讨论(0)
  • 2020-12-17 03:05

    Solution for missing HTTPSHandler:

    Before you build python 2.5 from source you need to enable ssl-socket by editing Modules/Setup.dist (more info here http://paltman.com/2007/nov/15/getting-ssl-support-in-python-251/)

    0 讨论(0)
提交回复
热议问题