Tagged Questions

4
votes
3answers
2k views

PIL /JPEG Library / Help!

I tried to use PIL to do some JPEG work in my django app with PIL but I'm getting this IOError.. not sure what to do. ""decoder jpeg not available"" Am I missing the JPEG decoder from my server? If ...
3
votes
3answers
4k views

Problems with Snow Leopard, Django & PIL

I am having some trouble getting Django & PIL work properly since upgrading to Snow Leopard. I have installed freetype, libjpeg and then PIL, which tells me: --- TKINTER support ok --- JPEG ...
3
votes
5answers
3k views

Python with PIL and Libjpeg on Leopard

I'm having trouble getting pictures supported with PIL - it throws me this: IOError: decoder jpeg not available I installed PIL from binary, not realizing I needed libjpeg. I installed libjpeg and ...
2
votes
1answer
212 views

PIL encoder jpeg not available [closed]

Possible Duplicate: pip install PIL -E TICKETS-1 - No JPEG/PNG support I'm working on a picture cropper, and I'm having trouble with my form validation. The form is validated when uploading ...
1
vote
2answers
235 views

Installing PIL with JPEG support on Mac OS X

I posted a question before regarding this subject, and read other ones posted before, but none has successfully solved my problem. I am trying to install PIL on Mac OS X Lion, as I need it for a ...
1
vote
1answer
139 views

How to solve IOError:broken data stream when reading image file?

Im working under Ubuntu 11.04. I'm trying to work with PIL in my Django project. Sadly PIL cannot load my image. Here is the PIL setup summary: PIL 1.1.7 SETUP SUMMARY ...
1
vote
1answer
103 views

Fast loading and display of images in python (Utilizing Libjpeg Turbo in Python?)

I am currently creating an image viewer in python using Tkinter and PIL, but I want the image loading to be quicker. Therefore I would like to know how I could install and utilize Libjpeg Turbo with ...
1
vote
2answers
571 views

_imaging C module error in python PIL

I have read the other posts about the notorious _imaging C module error when installing PIL on Mac OS X and none of the solutions provided anywhere, including the PIL FAQ, have proven helpful. I have ...
1
vote
2answers
2k views

Snow Leopard, Homebrew python 2.7, virtualenv, libjpeg and PIL = import error

There are a ton of permutations of this question on StackOverflow and the web in general. I've tried a lot of things and nothing works for me. Here's my setup. I'm running OS X 10.6. I've used ...
1
vote
3answers
989 views

Installing PIL on Snow Leopard — NOTHING WORKS

I'm trying to install PIL on Snow Leopard, using Python 2.6.1, GCC 4.2.1, PIL 1.1.7, and have tried with both libjpeg6b and libjpeg7 -- nothing works. I've cleared out every trace of libjpeg/pil/zlib ...
1
vote
2answers
1k views

Building Python PIL for JPEG looks okay, but fails the selftest

I'm on Fedora Core 6 (64 bit) after "yum install libjpeg-devel" I have downloaded and built PIL. It gives the message: --- JPEG support ok Looks like JPEG built okay, but when running selftest.py: ...
0
votes
4answers
309 views

Python Imaging Library errors with libjpeg

I have a centos 5 and am trying to get Python Imaging library up and going. I installed libjpeg, libjpeg-devel, etc and am still not able to upload jpeg images to my django site. I have ...
0
votes
1answer
82 views

Can I execute sudo make install twice from different locations?

I am on Mac, Snow Lepard. In preparation to install PIL I need to install libjpeg. So, from my home directory I did: tar zxvf jpegsrc.v6b.tar.gz cd jpeg-6b cp /usr/share/libtool/config/config.sub . ...
0
votes
1answer
426 views

centos libjpeg error _imaging

I am trying to get my libjpeg working with python with little or no luck. I have followed this tutorial to get it up and running http://blaolao.com/setting-up-django-mysql-mysql-python-pil-etc on my ...