0 - Re: Manually installing PIL
j igisbert.etra-id wrote:
> this. I have download Imaging-1.1.6 source code, and I found PIL folder,
> but not binary file. If I download windows exe installer, it works
> great, but I want to install manually for installing it on my PDA
as the name impl
Dear Fredik,
I have tried to copy PIL folder into my application folder. I am using
Tkinter also, and when I want to put an image as label I do:
photo1 = Image.open(r"Myimage.gif")
photo = ImageTk.PhotoImage(photo1)
llogo =Label(root, image=photo,bg="white",height=60)
And I receive an e