Tagged Questions
4
votes
2answers
330 views
“ERROR: broken data stream when reading image file” (TrueType fonts libjpeg and PIL on OS X)
I'm running OS X 10.6.7, Python 2.6, and writing a small wxPython application that uses PIL to manipulate an image and add some text to it.
After quite a bit of configuration woes with attempting to ...
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
203 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 ...
2
votes
1answer
968 views
Django ImageField issue with JPEG's
I am having a major issue with PIL (Python Image Library) in Django and have jumpped through a lot of hoops and have thus far not been able to figure out what the root of the issue is.
The problem ...
1
vote
2answers
226 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
137 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
570 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
0answers
207 views
Using pypm to install Python Image Library and getting the standard IOError: decoder jpeg not available
I have a very specific, common problem while installing the Python Image Library (PIL) and that is that PIL doesn't support jpegs natively (what kind of image library does not come pre-packaged with a ...
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
1answer
849 views
Is it possible to control which libraries apache uses?
Okay, so I had an earlier problem with PIL that is still unresolved. Someone else had this problem and had success by removing the old JPEG library. I can't really do that on my machine, however, as ...
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
1answer
25 views
how to install PIL package with JPEG support in windows
I want to install PIL package on windows, its easy. but decoder jpeg not available.
which packages are needed to download and installed befor PIL so it gets work?
0
votes
0answers
76 views
Django OS X Wrong JPEG library version: library is 80, caller expects 62 sorl.thumbnail
Im using sorl.thumbnail for django locally on my mac and have been having trouble with PIL, but today i finally managed to get it installed - was some trouble with libjpeg.
I can now upload and use ...
0
votes
4answers
305 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 .
...