[google-appengine] Re: Displaying Images within Templates

2009-01-05 Thread Marzia Niccolai
The python seems like it should work, I don't see any issues with it. Is it possible you have an HTML typo in the template? It seems like this might be the most likely cause. -Marzia On Sun, Jan 4, 2009 at 10:34 PM, Ms. Jen wrote: > > When I try the straight code from the "Using Images" (http

[google-appengine] Re: Displaying Images within Templates

2009-01-05 Thread boson
You likely decided to change your URL from "/image" to "/img" in the middle of your templatizing, but forgot to change it in the HTML template itself. In other words, you're telling the browser to look at "/image?img_id=...", but your app is only binding a handler to "/ img" (in application=webap

[google-appengine] Re: Displaying Images within Templates

2009-01-05 Thread Ms. Jen
Boson, you got it... it should have been /img?img_id It is always the little things that trip me up. Thanks for the help. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to t