PIL JPEG mis-step

Ivan Illarionov ivan.illarionov at gmail.com
Sat May 3 20:08:17 EDT 2008


On Sat, 03 May 2008 17:01:44 -0700, darkblueB wrote:

> On May 3, 4:52 pm, Ivan Illarionov <ivan.illario... at gmail.com> 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

You're welcome. To make self test inside source directory work you 
probably should rebuild it inplace too.
python setup.py build_ext -f -i



More information about the Python-list mailing list