[Image-SIG] Problem with PIL -Subscribe

Fredrik Lundh fredrik@pythonware.com
Tue, 11 Apr 2000 13:43:37 +0200


Adeniyi Adebowale Oke wrote:
>  File "c:\progra~1\python\py152\PIL\Image.py", line 40, in __getattr__
>    raise ImportError, "The _imaging C module is not installed"
>ImportError: The _imaging C module is not installed
> >>> =20
>=20
> Simply, i cannot use all the image library correctly as expected.

make sure _imaging.dll (or _imaging.pyd, depending on the
distribution) is installed in a directory along the python path.

if you don't really care where it's installed, just place it in the
same directory as the python executable.

</F>