> I get the following error messages trying to install PIL:
> ...
> _imagingtk.c:20:16: error: tk.h: No such file or directory

Looks like you have _tkinter available but it can't find your tk.h.
Assuming you have the tcl headers, adjust TCL_ROOT in setup.py
appropriately.

Tim
_______________________________________________
Image-SIG maillist  -  Image-SIG@python.org
http://mail.python.org/mailman/listinfo/image-sig

Reply via email to