I have a django site with the PIL package installed and I am getting an error: decoder jpeg not available I found the answer, which is to do: yum install -y libjpeg-devel and then install pil again. But when I try to install the libjpeg it says: You need to be root to perform this command. Is there a way to do this? Thanks. asked 20 Jun '12, 23:58 kellypacker ryans ♦♦ |
You can't use answered 21 Jun '12, 00:12 ryans ♦♦ Thank you for that link, somehow I missed it. It worked, and that is extremely awesome.
(21 Jun '12, 00:19)
kellypacker
|