Hello,
I created a python application in using eclipse for app engine,I
imported a third party library PIL(Python Image Library),my code goes
like this...
from PIL import Image
im = Image.open("blue hills.jpg")
print im.format, im.size, im.mode
i create my project in D:/Projects/,this example is working fine in
the pydev environment,but the
problem when i am accesing it through localhost,its showing an error,
MODULE NOT FOUND PIL...I created a module named PIL in the project
directory and copied all files of PIL library into that...should i
have to path for the module PIL in app.yaml please suggest
Regards,
Venkat
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---