Re: Error when installing the Python Imaging Library
- From: Fredrik Lundh <fredrik@xxxxxxxxxxxxxx>
- Date: Tue, 28 Nov 2006 09:20:15 +0100
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>
.
- Follow-Ups:
- Re: Error when installing the Python Imaging Library
- From: Tim Adler
- Re: Error when installing the Python Imaging Library
- References:
- Error when installing the Python Imaging Library
- From: Tim Adler
- Error when installing the Python Imaging Library
- Prev by Date: Error when installing the Python Imaging Library
- Next by Date: Re: How to increase the speed of this program?
- Previous by thread: Error when installing the Python Imaging Library
- Next by thread: Re: Error when installing the Python Imaging Library
- Index(es):
Relevant Pages
|