Unable to Display image in Google App Engine (Python)
Posted
by Milee
on Stack Overflow
See other posts from Stack Overflow
or by Milee
Published on 2010-04-21T07:46:39Z
Indexed on
2010/04/21
7:53 UTC
Read the original article
Hit count: 354
python
|google-app-engine
Hi,
I am unable to display images in pages created using Google App Engine(Python).
My app.yaml file has :
- url: /images
static_dir: images
And the python file has:
self.response.out.write("""<img src = '/images/title.gif' />""")
The image still does not display in the page.
Thanks
© Stack Overflow or respective owner