[06:47:28] <teolicy> I'm running into trouble getting the JPEG decoder running in a virtualenv under Ubuntu 14.04.
[06:47:52] <teolicy> Oddly enough, if I recreate the venv and `easy_install pillow`, things are happy. If I use `pip install pillow`, no JPEG.
[06:48:30] <teolicy> I have libjpeg8-dev:amd64 installed, and I can see /usr/lib/x86_64-linux-gnu/libjpeg.so exists, but not /usr/lib/libjpeg.so.
[06:49:02] <teolicy> I can probably fix this with a symlink or an environment flag, but I thought part of the point in Pillow is that I will no longer need such hacks...?
[11:54:32] <teolicy> I'm running into trouble getting the JPEG decoder running in a virtualenv under Ubuntu 14.04.
[11:54:37] <teolicy> Oddly enough, if I recreate the venv and `easy_install pillow`, things are happy. If I use `pip install pillow`, no JPEG.
[11:54:42] <teolicy> I have libjpeg8-dev:amd64 installed, and I can see /usr/lib/x86_64-linux-gnu/libjpeg.so exists, but not /usr/lib/libjpeg.so.
[11:54:48] <teolicy> I can probably fix this with a symlink or an environment flag, but I thought part of the point in Pillow is that I will no longer need such hacks...?