On Thu, Mar 6, 2014 at 12:48 PM, Mark Susol <[email protected]> wrote:
> from google.appengine.api import app_identity > ImportError: No module named google.appengine.api > > Trying to evaluate a python script for a prototype, but stumped by this > simple error. > Most of the time, this is due to improper configuration of the local Python environment. Can you try reinstalling the Python interpreter and the Google SDK? Before that, also try this: can you import any other App Engine service other than app_identity? ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- 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 http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/d/optout.
