[EMAIL PROTECTED] 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> _______________________________________________ Image-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/image-sig
