dcorking / google-wave-resources

Automatically exported from code.google.com/p/google-wave-resources
0 stars 0 forks source link

Python-guide correction: icon.png #101

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The explanation on
http://code.google.com/intl/da/apis/wave/extensions/robots/python-tutorial.html
how to get a robot icon is not correct. For me to get it work, I had to do
as follows:
1) Place the icon.png in the folder applicationName/assets (the folder
assets has to be created)
2) The image_url should be changed to
image_url='http://applicationName.appspot.com/assets/icon.png'

And that should do it.

Original issue reported on code.google.com by evolvean...@gmail.com on 27 Jul 2009 at 9:42

GoogleCodeExporter commented 9 years ago

Original comment by austin.c...@gmail.com on 29 Jul 2009 at 11:48