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, 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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to