From: Bruce S. <bas...@un...> - 2002-07-27 17:55:32
|
For those of you interested in using the Python Image Library (PIL), Bruce Peterson offers some information on its installation: ----- Original Message ----- From: "Bruce Peterson" <bap...@te...> To: "Bruce Sherwood" <bas...@un...> Sent: Saturday, July 27, 2002 12:47 AM Subject: Re: [Visualpython-users] animation > I ran into that too. The PIL installation puts an environment file PIL.pth > in the site-packages directory. This file points to the PIL files being in > the PIL directory (under site-packages). However the files are actually one > layer deeper in PIL-DLLs and PIL-Pycode. You can either modify the PIL.pth > file or copy the dlls and pycode into the PIL directory. > > At 10:41 PM 7/26/2002 -0400, you wrote: > >Where did you put the PIL files? I tried putting them in > >C:\Python22\Lib\site-packages (and some other places in Python22), but when > >I tried to run a PIL demo I got an error message that a PIL module couldn't > >be found. > > > >Bruce Sherwood > > |