Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/google-app-engine/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Google app engine Google App Engine的dev_appserver.py出错_Google App Engine_Ubuntu - Fatal编程技术网

Google app engine Google App Engine的dev_appserver.py出错

Google app engine Google App Engine的dev_appserver.py出错,google-app-engine,ubuntu,Google App Engine,Ubuntu,我试图在ubuntu上使用Google App Engine,但我在python SDK中遇到了这些错误 Traceback (most recent call last): File "google_appengine/dev_appserver.py", line 78, in <module> run_file(__file__, globals()) File "google_appengine/dev_appserver.py", line 74, in r

我试图在ubuntu上使用Google App Engine,但我在python SDK中遇到了这些错误

Traceback (most recent call last):
  File "google_appengine/dev_appserver.py", line 78, in <module>
    run_file(__file__, globals())
  File "google_appengine/dev_appserver.py", line 74, in run_file
    execfile(script_path, globals_)
  File "/home/user/Downloads/google_appengine/google/appengine/tools/dev_appserver_main.py", line 118, in <module>
    from google.appengine.tools import appcfg
  File "/home/user/Downloads/google_appengine/google/appengine/tools/appcfg.py", line 68, in <module>
    from google.appengine.tools import appengine_rpc
  File "/home/user/Downloads/google_appengine/google/appengine/tools/appengine_rpc.py", line 27, in <module>
    import fancy_urllib
  File "/home/user/Downloads/google_appengine/lib/fancy_urllib/fancy_urllib/__init__.py", line 341, in <module>
    class FancyHTTPSHandler(urllib2.HTTPSHandler):
AttributeError: 'module' object has no attribute 'HTTPSHandler'
回溯(最近一次呼叫最后一次):
文件“google_appengine/dev_appserver.py”,第78行,在
运行\u文件(\uuuu文件,globals())
文件“google\u appengine/dev\u appserver.py”,第74行,在run\u文件中
execfile(脚本路径,全局路径)
文件“/home/user/Downloads/google\u appengine/google/appengine/tools/dev\u appserver\u main.py”,第118行,在
从google.appengine.tools导入appcfg
文件“/home/user/Downloads/google_appengine/google/appengine/tools/appcfg.py”,第68行,在
从google.appengine.tools导入appengine\u rpc
文件“/home/user/Downloads/google\u appengine/google/appengine/tools/appengine\u rpc.py”,第27行,在
进口花式英语
文件“/home/user/Downloads/google_appengine/lib/fancy_urllib/fancy_urllib/__init__.py”,第341行,在
类FancyHttpHandler(urllib2.HTTPSHandler):
AttributeError:“module”对象没有属性“HTTPSHandler”

编辑:在您的帮助下,问题已经解决,非常感谢

看起来您安装的python没有编译SSL。这基本上是同一个问题:


看起来您安装的python没有编译SSL。这基本上是同一个问题:

你试过了吗:你试过了吗: