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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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/17d05d11-36ba-44ea-a84d-6bed9a82d64a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to