[google-appengine] How to create image dynamically using python APPengine?

2009-06-18 Thread chinki
Hi, Is there any sample application for creating image dynamically using python APPengine? I have tried a lot by using PIL in python AppEngine. But not able to import modules Image and ImageDraw. getting the error " : No module named Image " args = ('No module named Ima

[google-appengine] How to import Image and ImageDraw libraries from PIL to google apps

2009-06-17 Thread chinki
Hi, Issue is : getting this error : No module named PIL args = ('No module named PIL',) message = 'No module named PIL' when tried to call the statement import PIL I just want to create an image file dynamically. The things I have done for this is 1. Installed PIL fo