[Image-SIG] How can I use PIL 1.1.1 on Windows?

Changduck Suh cdsuh@vision.hanyang.ac.kr
Wed, 22 Nov 2000 23:48:24 +0900


hi,
I want to use PIL(Python Image Library) 1.1.1 on Windows NT and Python
2.0.
Some attempts such as import Image/ImageFilter, Image.open() were a
success but some attempts such as im.filter(ImageFilter.BLUR) were a
failure.
Error message is "ImportError: The _imaging C module is not installed"
Please tell me your Information on the problem.

My install process was below.
1. copy the DLL file, '_imaging.dll' for Python 2.0(PIL 1.1) from
http://effbot.org/pil.
    Because I can not get a DLL file for windows Python 2.0 at
www.pythonware.com/products/pil.
2. copy the '_imagin.dll' file, [Pil], [Sane], [Scripts] directories of
PIL 1.1.1 for Unix, and etc. to \Python20\PIL.
3. modify autoexec.bat for the path(\Python20\PIL, ~\PIL\PIL,
~\PIL\Scripts ...)