PIL problem after installation

Lad python at hope.cz
Tue Jun 13 08:54:06 EDT 2006


Fredrik Lundh wrote:
> 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>

Hello Fredrik,
Thank you for your reply.
I installed jpeg-devel  package and now selftest.py worked!
But I want to use PIL in my Python program( Django) running under
Apache. What permissions must I use for which files?
Thank you very much for your help.
regards,
L,




More information about the Python-list mailing list