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
       "prerequisites" section in the README)

     - run setup and read the BUILD SUMMARY report carefully

     - if the setup script cannot find a component, you'll have to edit
       the setup.py file and set the appropriate ROOT variable.  see in-
       structions in the setup.py file for details.

if you got a binary release, complain to the distributor.

</F>

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to