[web2py] Re: Using Python Imaging Library(PIL)

2011-11-20 Thread pbreit
You might also need to test: import PIL import _imaging

[web2py] Re: Using Python Imaging Library(PIL)

2011-11-20 Thread Web2Py Freak
i just used ssh to get into webfaction terminal and tested import Image on its python and its working .. thanx :)

Re: [web2py] Re: Using Python Imaging Library(PIL)

2011-11-20 Thread Kenneth Lundström
It seams to have PIL installed. At least one server I just tested. Kenneth i am using Webfaction

[web2py] Re: Using Python Imaging Library(PIL)

2011-11-20 Thread Web2Py Freak
i am using Webfaction

Re: [web2py] Re: Using Python Imaging Library(PIL)

2011-11-20 Thread Kenneth Lundström
Depends on the host. Do you have SSH access and can install things. If not have you tested if it already has it installed? Kenneth how do i install it in the host ???

[web2py] Re: Using Python Imaging Library(PIL)

2011-11-20 Thread Web2Py Freak
how do i install it in the host ???

Re: [web2py] Re: Using Python Imaging Library(PIL)

2011-11-20 Thread Kenneth Lundström
Will not if PIL is not installed. Needs PIL on the host too. Kenneth i will try it , but when i upload my project to a host , how would the PIL work if its just installed to my PC ?

[web2py] Re: Using Python Imaging Library(PIL)

2011-11-20 Thread Web2Py Freak
i will try it , but when i upload my project to a host , how would the PIL work if its just installed to my PC ?

Re: [web2py] Re: Using Python Imaging Library(PIL)

2011-11-20 Thread Kenneth Lundström
I'm using Linux but does this work for you: http://code.google.com/appengine/docs/python/images/installingPIL.html#windows Kenneth windows 7

[web2py] Re: Using Python Imaging Library(PIL)

2011-11-20 Thread Web2Py Freak
windows 7

Re: [web2py] Re: Using Python Imaging Library(PIL)

2011-11-20 Thread Kenneth Lundström
PIL is not installed in web2py, it is installed on the operating system. What operating system are you using? Kenneth i dont know how to install it

[web2py] Re: Using Python Imaging Library(PIL)

2011-11-20 Thread Web2Py Freak
i dont know how to install it

Re: [web2py] Re: Using Python Imaging Library(PIL)

2011-11-20 Thread Kenneth Lundström
I don't understand what you mean. You don't need to do anything, this code works like it is. You have to of course have PIL installed? Kenneth i want to use this code but i dont know how to import the PIL ??? can you tell me how ?

[web2py] Re: Using Python Imaging Library(PIL)

2011-11-20 Thread Web2Py Freak
i want to use this code but i dont know how to import the PIL ??? can you tell me how ?