Re: error with pillow: decoder not avaliable

2015-07-02 Thread Mark Lawrence
On 02/07/2015 08:29, telmo bacile wrote: Hi list, im new in this list. Im trying to run a python code that was made originally with pil using pillow, The problem is that i get this error: IOError: decoder jpeg not available Any idea why this code is not working with pillow? import math from

error with pillow: decoder not avaliable

2015-07-02 Thread telmo bacile
Hi list, im new in this list. Im trying to run a python code that was made originally with pil using pillow, The problem is that i get this error: IOError: decoder jpeg not available Any idea why this code is not working with pillow? import math from PIL import Image imageFile = 'test.jpg