i imported this only" from google.appengine.ext import webapp : in my hello world programme and getting this error No module named google.appengine.ext " i am using eclipse as ide
On 2/23/11, Zeynel <[email protected]> wrote: > Do you import these > > from google.appengine.ext import webapp > from google.appengine.ext.webapp.util import run_wsgi_app > from google.appengine.ext import db > > in your python script? > > On Feb 21, 12:31 pm, thahir hussain <[email protected]> wrote: >> hi i am using google app engine and trying to write simple hello world >> programme in python and getting this error " ImportError: No module >> named google.appengine.ext " i am using eclipse as ide > > -- > 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.
