2017-12-08 2 views
0

this Google Endpoints python tutorial을 실행하려고합니다.Google Endpoints에서 WSGI 오류가 발생했습니다.

Traceback (most recent call last): 
     File "main.py", line 19, in <module> 
     import endpoints 
     File "/home/mica/.local/lib/python2.7/site-packages/endpoints/__init__.py", line 27, in <module> 
     from .apiserving import * 
     File "/home/mica/.local/lib/python2.7/site-packages/endpoints/apiserving.py", line 81, in <module> 
     from protorpc.wsgi import service as wsgi_service 
    ImportError: No module named wsgi 

분명히 파이썬 라이브러리에서 오류가 발생합니다. 문제를 어떻게 해결해야합니까?

+0

Google 제품 포럼 (https://groups.google.com/forum/#!topic/google-cloud-endpoints/_M__MCBnJVw)에서이 문제와 중복되는 것으로 보입니다. – nbryans

답변

0

"튜토리얼"은 Google 종점 팀의 자습서와 일치하지 않습니다. official tutorial은 대신 this을 사용합니다.

관련 문제