Re: [Image-SIG] IOError "decoder jpeg not available" on Win7 (2nd try)

2010-09-26 Thread David
On 9/24/2010 2:00 PM, Edward Cannon wrote: the only things I can think of is writing a script that opens a jpeg and trying that or maybe trying 1.1.6 instead of 1.1.7. I personally don't use the pilconvert script, that might be the problem On 9/24/2010 7:44 AM, David wrote: On 9/8/2010 6:04 PM,

Re: [Image-SIG] IOError "decoder jpeg not available" on Win7 (2nd try)

2010-09-24 Thread Edward Cannon
the only things I can think of is writing a script that opens a jpeg and trying that or maybe trying 1.1.6 instead of 1.1.7. I personally don't use the pilconvert script, that might be the problem On 9/24/2010 7:44 AM, David wrote: On 9/8/2010 6:04 PM, Edward Cannon wrote: That seems weird. I

Re: [Image-SIG] IOError "decoder jpeg not available" on Win7 (2nd try)

2010-09-08 Thread Edward Cannon
That seems weird. I have win7 and python 2.6 and do not have any problems. Maybe a clean install will help. Edward Cannon Unicorn School On Sep 8, 2010, at 1:08 PM, David wrote: I sent this to the list a week ago with no result. 2nd try. I am running Python 2.6 on a new Win7 machine. I

[Image-SIG] IOError "decoder jpeg not available" on Win7 (2nd try)

2010-09-08 Thread David
I sent this to the list a week ago with no result. 2nd try. I am running Python 2.6 on a new Win7 machine. I have installed PIL from the PIL-1.1.7.win32-py2.6.exe binary. I am trying to resize a jpg. I get the IOError message "decoder jpeg not available" when I call the save() method: im

[Image-SIG] IOError "decoder jpeg not available" on Win7

2010-09-01 Thread David
I am running Python 2.6 on a new Win7 machine. Installed PIL from the PIL-1.1.7.win32-py2.6.exe binary. I am trying to resize a jpg. I get the IOError message "decoder jpeg not available" when I call the save() method: im = Image.open(infile) im = im.resize(newsize,Image.ANTIALIAS) im.save(

Re: [Image-SIG] IOError: decoder jpeg not available

2009-08-11 Thread Elias Fotinis
From: Ryan Newton I'm new to python and to learn more I've been working through python challenge. Aaaarghhh!!! Python Challenge? I tried that a couple of years ago and it almost drove me insane! INSANE!!!11! (almost) I needed PIL a few levels ago, and encountered this error, but was able to

[Image-SIG] IOError: decoder jpeg not available

2009-08-10 Thread Ryan Newton
Hi,I'm new to python and to learn more I've been working through python challenge. I needed PIL a few levels ago, and encountered this error, but was able to work around it. Now I don't see any way, and everything I try keeps giving me the IOError: decoder jpeg not available error. I've read a few