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, -- http://mail.python.org/mailman/listinfo/python-list