You wrote: from google_appengine.google.ext import db When you should write: from google.appengine.google.ext import db
Cheers, Brian On Mon, Oct 17, 2011 at 6:45 AM, shobhit suman <[email protected]> wrote: > I am trying to run my first application in python on google sdk. this is a > simple datbase with a query statement . but I am getting an unexpected error > statement of module not found.please help me asap.. > > -- > SHOBHIT SUMAN > B.Tech(II year) > Computer Science Engineering > The LNM Institute of Information Technology > Jaipur, India. > #+91-7742475353 > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
