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 execu
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
I had similar problems a couple of months back when I was teaching
myself Tkinter and PIL. I wrote up my experiences here:-
http://www.aqzj33.dsl.pipex.com/how_i_learned_tkinter/contents.htm
If you look at the section on Images you will see how I eventually
solved it (with bucket loads of help
Fredrik Lundh wrote:
> Lad wrote:
>
> > I installed PIL under Linux but now when I try it I get the error:
> >
> > decoder jpeg not available
> > How can I correct that problem?
>
> if you built PIL yourself, the setup script told you how to fix this.
>
> - make sure you have right libraries
Probably the jpeg library - libjpeg is not present on your system.
Search Google for it, then download and install it. Try
http://rpmfind.net also to find it:
http://rpmfind.net/linux/rpm2html/search.php?query=libjpeg&submit=Search+...
But Fredrik's advice is very good - whenever installing a so
Lad wrote:
> I installed PIL under Linux but now when I try it I get the error:
>
> decoder jpeg not available
> How can I correct that problem?
if you built PIL yourself, the setup script told you how to fix this.
- make sure you have right libraries installed (see the
"prerequisit
I installed PIL under Linux but now when I try it I get the error:
decoder jpeg not available
How can I correct that problem?
Thank you for help
L.
--
http://mail.python.org/mailman/listinfo/python-list