How to install PIL

Zajcev Evgeny lg at localhost.rgz.ru
Fri Sep 1 13:21:33 EDT 2000


"Fredrik Lundin" <m94lufr at mtek.chalmers.se> writes:

all paths to python modules contained in sys.path
so you need add your path to Image in sys.path list

> I want to use Pythons Image Library but I don't know how to install it.
> I have tried to copy the files to the apropriate directories, but obviously
> I'm doing something wrong, because I get this error message when I try
> to 'import Image':
> 
> Traceback (innermost last):
>   File "<interactive input>", line 1, in ?
> ImportError: No module named Image
> 
> Can anyone help me?
> 
> ***
> 
> Fredrik Lundin

--
zev



More information about the Python-list mailing list