[Image-SIG] Problem with PIL -Subscribe

kcazabon kcazabon" <kcazabon@home.com
Tue, 11 Apr 2000 08:16:45 -0700


On the other hand too, if you've installed the Win32 extensions for Python
(see www.python.org), I have an installer that will automatically set
everything up for you.

It's available at:

http://members.home.com/lenticular


It's a self-extracting script that runs a Python setup file.

Kevin.


----- Original Message -----
From: "Fredrik Lundh" <fredrik@pythonware.com>
To: "Adeniyi Adebowale Oke" <oke@sask.trlabs.ca>; <image-sig@python.org>
Sent: Tuesday, April 11, 2000 4:43 AM
Subject: Re: [Image-SIG] Problem with PIL -Subscribe


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
> >>>
>
> 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>


_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://www.python.org/mailman/listinfo/image-sig