2011-04-11 58 views
1

我試圖在Ubuntu上使用谷歌應用程序引擎,但我得到的Python SDK的這些錯誤誤差dev_appserver.py谷歌應用程序引擎的

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' 

編輯:的問題已經解決您的幫助, 非常感謝你!

+0

你有沒有嘗試:http://stackoverflow.com/questions/3690932/gae -no-屬性httpshandler-DEV-應用服務器-PY/4203024#4203024 – hyperslug 2011-04-11 16:13:46

回答