[Image-SIG] Req: Help building PIL 1.0b1 under Win32

Jonathan M. Gilligan jonathan.gilligan@vanderbilt.edu
Tue, 06 Apr 1999 11:52:25 -0700


I have tried to build PIL 1.0b1 with Microsoft Visual C++ 6.0 and although
everything builds just fine, I can't get the Tk part to work. If I try to
run the "viewer.py" program in the scripts directory, I keep getting
TclError: invalid command name "PyImagingPhoto". I have rebuilt the
_tkinter.dll module with WITH_PIL and WITH_APPINIT defined, linking it with
tkImaging.c and moved it to the Python/DLLs directory. I am using Tcl/Tk
8.0.5 and Python 1.5.1.

Can anyone offer any suggestions?

Thanks,
Jonathan