installing the PIL library

polux polux2001 at wanadoo.fr
Wed Aug 28 09:14:13 EDT 2002


Duncan Smith wrote:
> "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
> 
> 

yeah
thank you, it works fine

I've forgotten to move pil.pth




More information about the Python-list mailing list