[Image-SIG] Only just now getting on the PIL

Chuck Esterbrook echuck@mindspring.com
Thu, 08 Feb 2001 11:20:45 -0500


Did you really rename _imaging20.dll to _imaging.dll? That's what I forgot 
the first time.

-Chuck


At 09:57 AM 2/8/2001 -0600, Kent Tenney wrote:
>Howdy,
>
>I installed http://w1.132.telia.com/~u13208596/pil/pil111py.zip
>and http://w1.132.telia.com/~u13208596/pil/_imaging20.dll
>from http://w1.132.telia.com/~u13208596/pil/index.htm
>
>I put _imaging.dll in \python20\DLL also in \windows\system
>
>test_image.py
>import pil.Image
>infile = 'c:\\python20\\tt.jpg'
>im = pil.Image.open(infile)
>
> >>> im.size
>(800, 600)
>
> >>> im.rotate(90)
>Traceback (innermost last):
>   File "<interactive input>", line 1, in ?
>   File "Image.py", line 644, in rotate
>   File "ImageFile.py", line 125, in load
>   File "ImageFile.py", line 175, in load_prepare
>   File "Image.py", line 43, in __getattr__
>ImportError: The _imaging C module is not installed
>
>What do I need to do?
>
>Thanks,
>Kent
>
>
>_______________________________________________
>Image-SIG maillist  -  Image-SIG@python.org
>http://mail.python.org/mailman/listinfo/image-sig