ubuntu - Error with dev_appserver.py of Google App Engine -
i 'm trying use google app engine on ubuntu got these errors of 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> google.appengine.tools import appcfg file "/home/user/downloads/google_appengine/google/appengine/tools/appcfg.py", line 68, in <module> 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' edit: problem has been solved help, thank much!
looks python installed didn't have ssl compiled in. same question basically:
how configure multiple ubuntu python installations avoid app engine's ssl error?
Comments
Post a Comment