from google.appengine.api import search
index = search.Index(name='productsearch1')
![]() | Raphaël Antonmattei VP of Engineering |
![]() |
![]() |
![]() |
![]() |
from google.appengine.api import search
index = search.Index(name='productsearch1')The problem is the google.appengine.api package does not exist... (ModuleNotFoundError: No module named 'google.appengine').
Hi,
I should add that here you can find all App Engine Python APIs available for Standard environment (meaning that they are already available on the platform and no need to install them) and here you can find all the external Google Cloud Client Libraries for Python which should be installed before being used.
Note that Python 3.7 is in beta stage at the moment and App Engine product team are progressively evolving the original App Engine APIs to make them accessible across all GCP platforms, however you may send your feature request via the Issue Tracker to let the product team know your interest/concern.