Probably will get a better reply from a Mac user. To verify the python version
>>> import sys >>> print sys.version Make sure web2py is running on the same version that you installed PIL. -Thadeus On Mon, Feb 8, 2010 at 3:13 PM, pistacchio <[email protected]> wrote: > oh... how to check and set? > > On 8 Feb, 22:09, Thadeus Burgess <[email protected]> wrote: >> is web2py running on python 2.6.1 or the built-in python 2.4? ? >> -Thadeus >> >> >> >> On Mon, Feb 8, 2010 at 3:02 PM, pistacchio <[email protected]> wrote: >> > Hi to all, >> > I'm running python 2.6.1 on MacOSX Snow Leopard. I installed PIL (the >> > image manipulation library) with easy_install. >> >> > If I run python in terminal, import Image is accepted. When trying >> > import Image in a controller of web2py (its own test server), it tells >> > me that there's no library called Image. Any help? Thanks >> >> > -- >> > You received this message because you are subscribed to the Google Groups >> > "web2py-users" 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 >> > athttp://groups.google.com/group/web2py?hl=en. > > -- > You received this message because you are subscribed to the Google Groups > "web2py-users" 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/web2py?hl=en. > > -- You received this message because you are subscribed to the Google Groups "web2py-users" 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/web2py?hl=en.

