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")
> >>> print im.format, im.mode, im.size
> JPEG RGB (128, 128)
>
> but selftest.py fails with
Indeed that was the case. Change the two files and now they work.
Thanks. Maybe I had got it working in the first step itself but due to
my ignorance about PIL and PIL.pth thought that it was not installed
correctly.
Thanks for helping me out.
On 7/24/07, Bob Ippolito <[EMAIL PROTECTED]> wrote: