15 messages in com.googlegroups.google-appengine[google-appengine] Re: Unable to init...
FromSent OnAttachments
Sarath30 May 2008 17:11 
Paul30 May 2008 17:29 
Duncan31 May 2008 04:41 
fczuardi02 Jun 2008 00:16 
Nigel Bruin02 Jun 2008 07:16 
Fabricio Zuardi02 Jun 2008 22:02 
RyanW06 Jul 2008 11:27 
David Webb07 Jul 2008 02:42 
David Symonds07 Jul 2008 02:55 
David Webb07 Jul 2008 02:58 
David Symonds07 Jul 2008 03:00 
RyanW07 Jul 2008 10:24 
JLD00031 Aug 2008 02:36 
Fred16 Oct 2008 04:32 
Giacecco18 Oct 2008 11:56 
Subject:[google-appengine] Re: Unable to initialize images API - ImportError: No module named PIL
From:Duncan (kupu@googlemail.com)
Date:05/31/2008 04:41:04 AM
List:com.googlegroups.google-appengine

On May 31, 1:29 am, Paul <Paul@gmail.com> wrote:

You have to install the PIL module before using the new SDK. Instructions for various platforms are located
here:http://code.google.com/appengine/docs/images/installingPIL.html

One point to note, at least for Windows users, is to resist the temptation to try to install PIL using easy_install. On Windows the command "\Python25\Scripts\easy_install PIL" will download and install a PIL egg, but it does set up the path correctly so "import PIL" will still fail. (For those that haven't realised it yet most Python packages these days can be installed with easy_install, it's a bit annoying that PIL is broken that way.)