Hi,
I like to import the PIL library in My web2py application. I did install it
under my windows mashine. when I open the Python(idle) guy i can write
import PIL withot an error.
but using this code in web2py:
try:
from PIL import Image
except:
print "Error while Importing PIL library"
raises the exception.
what did I do wrong?
Can I Integrate PIL into the application so the Application ships with it?
Thanks--

