Re: Image open problem

2006-04-19 Thread John McMonagle
On Thu, 2006-04-20 at 10:29 +1000, John Machin wrote: > On 20/04/2006 6:55 AM, Aleksandar Cikota wrote: > > Hi all, > > > > I have a problem with openning of an image. > > > > Here is the Code: > > > > from Tkinter import * > > from PIL import Image, ImageTk Change from PIL import Image, ImageT

Re: Image open problem

2006-04-19 Thread John Machin
On 20/04/2006 6:55 AM, Aleksandar Cikota wrote: > Hi all, > > I have a problem with openning of an image. > > Here is the Code: > > from Tkinter import * > from PIL import Image, ImageTk Insert here: print type(Image), type(Image.open), Image.version Here are my results: Python 2.4.2 (#67, Sep