Re: *SPAM*: 06.2/6.0 - Re: Manually installing PIL

2008-01-13 Thread j igisbert.etra-id
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 error message, telling me that imaging C library is not 
installed. As I have read, PIL is composed of PIL library and a PIL binary 
module called  _imaging.pyd or _imaging.so or something like 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 SOS :-S :-(

Best Regards,
Naxo
 


-Original Message-
From: Fredrik Lundh <[EMAIL PROTECTED]>
To: python-list@python.org
Date: Thu, 03 Jan 2008 09:53:57 +0100
Subject: *SPAM*: 06.2/6.0 - Re: Manually installing PIL


Jose Ignacio Gisbert wrote:

> Does somebody install PIL manually??, I mean, copy directories manually 
> without executing setup.py. I saw an identical message from Guirai, but 
> I didn’t see any response. Thanks in advance!

PIL's just a bunch of modules in a single PIL directory; you can put 
that directory (or the modules themselves) wherever you want.

(if you're on windows, unzip the EXE installer to get the files)



-- 
http://mail.python.org/mailman/listinfo/python-list
-- 
http://mail.python.org/mailman/listinfo/python-list

Re: *SPAM*: 04.6/4.0 - Re: Manually installing PIL

2008-01-13 Thread j igisbert.etra-id
My PDA runs with Windows Mobile 2003 SE could you or someone please 
explain me what to do? Thanks a lot for your effort.
 


-Original Message-
From: Fredrik Lundh <[EMAIL PROTECTED]>
To: python-list@python.org
Date: Sun, 13 Jan 2008 21:18:37 +0100
Subject: *SPAM*: 04.6/4.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 implies, the source code distribution contains source code 
only.  to turn that into a binary component, you need a working compiler 
for your target platform.

what OS does your PDA run?



-- 
http://mail.python.org/mailman/listinfo/python-list
-- 
http://mail.python.org/mailman/listinfo/python-list