Oh!! Thanks a bunch...so stupid of me. Got it working. Was stuck at this for over a week now (I cant believe it) thanks again for the patience and help.
On Nov 24, 3:52 am, Stephen <[email protected]> wrote: > On Nov 23, 10:17 am, wizard_of_blackforest > > <[email protected]> wrote: > > > my main2.py file which doesnt work properly for > > address "localhost:8085/2/" is as below: > > > def main(): > > application = webapp.WSGIApplication([('/', MainHandler)], > > debug=True) > > You are matching '/' but the URL is '/2'. -- 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.
