Thanks! You got it, the improper SDK was installed. I ran 'pip install appengine-sdk' and the search functionality is there now!
Nick On Wednesday, February 8, 2017 at 3:08:40 AM UTC-5, Anastasios Hatzis wrote: > > Nick, > > maybe the PIP installer is incomplete or outdated. Current version of App > Engine SDK for Python is 1.9.50 (2017-01-23). The most recent version on > PIP is provided by this package: > https://pypi.python.org/pypi/appengine-sdk/1.9.50.post0 > > To install from official sources, you have two options: Either via gcloud > by following the instructions here: > https://cloud.google.com/appengine/docs/python/download > > Or, if you prefer App Engine SDK (with the Launcher), click on the link at > the end of the same page to get the download links and instructions for > Linux, Mac, or Windows. > > > On Wednesday, 8 February 2017 01:10:19 UTC+1, Nick Papadonis wrote: >> >> Hi Folks, >> >> I would like to use this API, however after installing google-appengine >> via PIP (1.5.1 latest), I'm unable to find the Search API in the module. >> >> # pip list |grep appengine >> google-appengine (1.5.1) >> >> $ ls env/lib/python2.7/site-packages/google/appengine/api | grep search >> prospective_search >> >> ^ expecting search.py or search subdirectory >> >> Yet, I see all the Google Cloud Docs referencing this functionality. >> >> From my app: >> from google.appengine.api import search >> >> Traceback (most recent call last): >> File "cds.py", line 4, in <module> >> from google.appengine.api import search >> ImportError: cannot import name search >> >> Any insight appreciated. >> >> Thanks so much, >> Nick >> > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/8df02c11-ddce-48e6-8642-268334833bc9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
