PIL problem after installation

Fredrik Lundh fredrik at pythonware.com
Mon Jun 12 11:38:08 EDT 2006


Lad wrote:

> I downloaded jpeg (from ftp://ftp.uu.net/graphics/jpeg/ ) source
> libraries( file jpegsrc.v6b.tar.gz)  and installed them. Now in
> /usr/local/lib I have the following files: cjpeg
> ,djpeg,jpegtran,rdjpgcom and wrjpgcom

cjpeg, djpeg etc are executables, not libraries.  if you have them under 
/usr/local/lib, something's not quite right.

to save some time, I suggest looking for a jpeg-dev or jpeg-devel 
package in the package repository for your platform.

</F>




More information about the Python-list mailing list