Re: [Pythonmac-SIG] Trouble installing Python Imaging Library on Mac OS X

2007-07-24 Thread Ritesh Nadhani
wrote: > On 7/23/07, Ritesh Nadhani <[EMAIL PROTECTED]> wrote: > > Now this gets interesting, Believing that selftest.py is doing > > something wrong, I did: > > > > >>> import Image > > >>> im = Image.open("Images/lena.jpg") >

Re: [Pythonmac-SIG] Trouble installing Python Imaging Library on Mac OS X

2007-07-23 Thread Ritesh Nadhani
_name) IOError: decoder jpeg not available 1 items had failures: 1 of 57 in selftest.testimage ***Test Failed*** 1 failures. *** 1 tests of 57 failed. So now I am not sure. Basically I want PIL for this app: http://code.google.com/p/django-captcha/source I will have to run that app and see

Re: [Pythonmac-SIG] Trouble installing Python Imaging Library on Mac OS X

2007-07-23 Thread Ritesh Nadhani
Yes. I even installed the PIL library for Mac OS X 2.5 and installed it. It installed correctly but when I run the selftest.py, it gives the same error Or Am I testing the wrong file? On 7/24/07, Bob Ippolito <[EMAIL PROTECTED]> wrote: > On 7/23/07, Ritesh Nadhani <[EMAIL PROTE

Re: [Pythonmac-SIG] Trouble installing Python Imaging Library on Mac OS X

2007-07-23 Thread Ritesh Nadhani
pesky details might still be in there somewhere and clue you in > to set it up properly so libjpeg is found by PIL on the build. > If even I was able to solve it, I have no doubt that, with > application, you will also and in a shorter time than I. > > Daniel > > On Jul 23, 2007,

[Pythonmac-SIG] Trouble installing Python Imaging Library on Mac OS X

2007-07-23 Thread Ritesh Nadhani
Hello So I want to install Python Imaging Library on my Mac OS X. I followed the tutorial steps by step. When I executed: IOError: decoder jpeg not available I got the error. Further Googling pointed me to the website: http://www.kyngchaos.com/macosx/install/libjpeg I downloaded the libtool upd

[Pythonmac-SIG] PyQT on Mac OS X

2007-02-01 Thread Ritesh Nadhani
Hello, What is the easiest way to get PyQt for Mac OS X other then compiling SIP and all. I have Pythin 2.5 downloaded from http://www.python.org/download/mac/ and the default Python2.3 in their default position. Ritesh ___ Pythonmac-SIG maillist -