Re: Error when installing the Python Imaging Library
- From: "Tim Adler" <me@xxxxxxxxxxxxx>
- Date: 28 Nov 2006 00:24:42 -0800
Thx, I got it. I installed PIL through the automatic install tool.
Which resolved some dependencies.
Fredrik Lundh schrieb:
Tim Adler wrote:
I'm quite new to Python. I'm working on a webproject with Django and>
need to install the Python Imaging Library. It worked fine under Mac OS
but when I try it on my Linux server. It gives me this error:
PasteBin Link: http://phpfi.com/179314
I don't really know what is wrong. Can somebody point me directions. I
really need the PIL to work.
the important line is
_imagingtk.c:20:16: tk.h: No such file or directory
which indicates that you don't have complete Tcl/Tk development
libraries on your machine (but you obviously have enough pieces of
them for PIL to think that you have them).
look for tcl-devel and tk-devel or similar packages in your Linux
provider's package repository.
</F>
.
- References:
- Error when installing the Python Imaging Library
- From: Tim Adler
- Re: Error when installing the Python Imaging Library
- From: Fredrik Lundh
- Error when installing the Python Imaging Library
- Prev by Date: Re: How to increase the speed of this program?
- Next by Date: Libgmail
- Previous by thread: Re: Error when installing the Python Imaging Library
- Next by thread: Libgmail
- Index(es):
Relevant Pages
|