PIL for Python 2.0 on Win32?

David Smith drs at labs.agilent.com
Thu Nov 2 14:37:09 EST 2000


Robin Becker wrote:

> I have put a PIL _imaging.pyd at
> 
> ftp://ftp.reportlab.com/win32-dlls/2.0/_imaging.pyd
> --
> Robin Becker

I downloaded the file, thank you very much.  But can you give us some
more hints on what to do with it?  I placed it in c:/Python20/DLLs, but
that is evidently not enough to get it installed.  I got the following:

>>> import Image
Traceback (innermost last):
  File "<pyshell#0>", line 1, in ?
    import Image
ImportError: No module named Image
>>> 

		-- David Smith



More information about the Python-list mailing list