google-translate

Why is my Python App Engine app using the Translate API getting an error of ImportError: No module named apiclient.discovery?

Why is my Python App Engine app using the Translate API getting an error of ImportError: No module named apiclient.discovery? Question: I got this error in Google App Engine’s Python have used Google Translate API, But I don’t know how to fix, <module> from apiclient.discovery import build ImportError: No module named apiclient.discovery I’ll try to …

Total answers: 20