Do you use web2py source code or windows binary? On Tue, Sep 4, 2012 at 4:33 PM, BlueShadow <[email protected]> wrote:
> 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 > > -- > > > > --

