On May 3, 4:52 pm, Ivan Illarionov <[EMAIL PROTECTED]> wrote:
> Try run 'python setup.py build_ext -f' to force setup.py to rebuild
> everything with JPEG. And 'sudo python setup.py install' should install
> PIL with JPEG support.
yes, that works
(the self test still gives misleading results ?)
b
On Sat, 03 May 2008 15:25:35 -0700, darkblueB wrote:
> I got the Python Imaging Library from source, built and installed, on
> Ubuntu 7.10, not realizing I could run a self-test first. libjpeg is on
> the machine, but was not detected.. so no JPG encoder. I got the
> dev-libjpg and rebuilt PIL. Th
On Sat, 03 May 2008 17:01:44 -0700, darkblueB wrote:
> On May 3, 4:52 pm, Ivan Illarionov <[EMAIL PROTECTED]> wrote:
>> Try run 'python setup.py build_ext -f' to force setup.py to rebuild
>> everything with JPEG. And 'sudo python setup.py install' should install
>> PIL with JPEG support.
>
> yes,
I got the Python Imaging Library from source, built and installed, on
Ubuntu 7.10, not realizing I could run a self-test first. libjpeg is
on the machine, but was not detected.. so no JPG encoder. I got the
dev-libjpg and rebuilt PIL. The self-test now shows JPG support.
but running setup.py insta