PIL JPEG mis-step

2008-05-03 Thread darkblueB
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 install again seems to succeed, but still no
JPG :-(

fix ideas appreciated


--
http://mail.python.org/mailman/listinfo/python-list


Re: PIL JPEG mis-step

2008-05-03 Thread darkblueB
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 ?)
but running some sample program works fine

thanks
--
http://mail.python.org/mailman/listinfo/python-list