Hi Mariano, You are using the Django "url" tag, which isn't supported by the google.appengine.ext.webapp,template in the Python 2.7 runtime.
I'll try to make the error message more meaningful. Cheers, Brian On Tue, Nov 1, 2011 at 11:38 AM, Brian Quinlan <[email protected]> wrote: > Hi Mariano, > > Thanks for bringing this up. I'll take a look at the issue some time > day and report back. > > Cheers, > Brian > > On Mon, Oct 31, 2011 at 11:26 PM, Mariano Benitez <[email protected]> > wrote: >> >> looking at the sources here I found this line: >> from google.appengine._internal.django.http import Http404 >> package http is not there in the sources, but I found that class Http404 is >> now in django package itself here >> >> >> Any help is appreciated!!! >> Thanks, >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/google-appengine/-/ANIciPS8ikoJ. >> 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.
