Re: [Tutor] "IOError: decoder jpeg not available"

2007-02-28 Thread Tsila Hassine
Hello again, Problem finally solved : had to reinstall and rebuild PIL (from tar) - this time pointing the setup.py to the right location of jpeg-6b library, and ONLY THEN running setup.py build_ext -i of Imaging1.1.6 hope someone can make use of this, Tsila On 3/1/07, Tsila Hassine <[EMAIL PRO

Re: [Tutor] "IOError: decoder jpeg not available"

2007-02-28 Thread Tsila Hassine
Hello all! sorry - pretty much of a novice here's a snippet I am running from the Python interactive interface - and the error I am getting: import Image, imghdr im=Image.open('test406.jpg') new_image=im.resize((100.0,100.0), Image.ANTIALIAS) Traceback (most recent call last): File "",

Re: [Tutor] "IOError: decoder jpeg not available"

2007-02-28 Thread Hugo González Monteverde
Hi, It looks like there is a capability you don't have installed in your image processing lib. but you really give us nothing. Please tell us: - Was this working before in any other operating system or python version? - What module are you using for working with jpeg? - Show us the code th

[Tutor] "IOError: decoder jpeg not available"

2007-02-28 Thread Tsila Hassine
Dear fellow Pythoneers, I have recently upgraded to Mac 10.4, and since then this error appears when trying to manipulate an image (resize it actually), can anyone help me out ? thanks! Tsila ___ Tutor maillist - Tutor@python.org http://mail.python.o