installing the PIL library

Duncan Smith buzzard at urubu.freeserve.co.uk
Tue Aug 27 11:06:34 EDT 2002


"polux" <polux2001 at wanadoo.fr> wrote in message
news:3D6B03A6.7030609 at wanadoo.fr...
> I've tried to install the PIL library on Winxp with this :
> http://www.pythonware.com/products/pil/index.htm
>
> but it forces setup on c:\py22 (i want it on c:\Python22 )
>
> I've tried to setup it manually but IDLE doesn't support orders like :
> import Image (which is a module of PIL)
>
> the files I've manually copied are in C:\Python22\Lib\site-packages\PIL
> (like the other downloaded packages like Numarray) and i've copied the
> DLLs too
>
> please help me
>

>From the Vision Egg web site:

Move the contents of "Py22\DLLs" to "Python22\DLLs". Move "PIL.pth" into
"'Python22\Lib\site-packages". Move the folder "PIL" into
"'Python22\Lib\site-packages".

Works for me on Win2K.

Duncan





More information about the Python-list mailing list