[Image-SIG] tkinter problem

Fredrik Lundh fredrik at pythonware.com
Thu Jul 27 09:38:21 CEST 2006


JWang at fhsu.edu wrote:

> when I attempted to install Imaging-1.1.5 by python setup.py build_ext 
> -i and found the following errors. I have installed tkinter-2.3.4 
> already. Does anyone know how to fix the problem? Thanks!

you need build files for Tcl and Tk 8.3.  look for "tcl-devel" and 
"tk-devel" (or something similar) in the package repository for your 
distribution.

>         ----------------------------------------------------------------
>         PIL 1.1.5 BUILD SUMMARY
>         ----------------------------------------------------------------
>         *** TKINTER support not available (Tcl/Tk 8.3 libraries needed)
>         --- JPEG support ok
>         --- ZLIB (PNG/ZIP) support ok
>         --- FREETYPE support ok
>         ----------------------------------------------------------------

</F>



More information about the Image-SIG mailing list