PIL Win32 binaries for Python 1.6 (final)

Kaufman, Duane (MED, LUNAR) Duane.Kaufman at amermsx.med.ge.com
Tue Oct 10 18:06:24 EDT 2000


Hi, 

Just to fill in on what I have tried:

I downloaded the source, and then found sub parts (jpeg-6b, and
zlib-113) and pieced together a dsp for MSVC++6.0.

Further, getting the last .h files the build seemed to require from the
tcl and tk distributions, I finally get it built, but when I try to use
the Image module to, for instance, convert a .gif to a .bmp:

>>> import Image
>>> img=Image.open('c:\splash.gif')
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "D:\PYTHON\PIL\Image.py", line 895, in open
    raise IOError, "cannot identify image file"
IOError: cannot identify image file
>>>

I do not know the innards well enough to figger out what needs to be
done.

Anyone?

Duane

> -----Original Message-----
> From: breiter at usf.Uni-Osnabrueck.DE
> [mailto:breiter at usf.Uni-Osnabrueck.DE]
> Sent: Tuesday, October 10, 2000 4:37 PM
> To: python-list at python.org
> Subject: Re: PIL Win32 binaries for Python 1.6 (final)
> 
> 
> In article <mailman.971130688.7884.python-list at python.org>,
> 	"Kaufman, Duane (MED, LUNAR)" 
> <Duane.Kaufman at amermsx.med.ge.com> writes:
> 
> > My name is Duane Kaufman, and I would very much like to get 
> PIL working
> > under my installation of Python 1.6 (final) under Win32.
> 
> The (almost official) recommendation is to just use Python 2.0 
> if you need something newer as 1.5.2.
> 
> > Could anyone point me towards sources for such a thing?
> This is the right spirit, the hard way is probably to get the
> PIL sources and compile it yourself on Windows. (Which probably is
> not a pleasant task..)
> 
> http://www.pythonware.com/downloads.htm
> 
> 	Bernhard
> -- 
> Professional Service around Free Software                
> (intevation.net)  
> The FreeGIS Project				            
> (freegis.org)
> Association for a Free Informational Infrastructure           
>  (ffii.org)
> -- 
> http://www.python.org/mailman/listinfo/python-list
> 




More information about the Python-list mailing list