[Image-SIG] invalid command name "PyImagingPhoto"

Fredrik Lundh fredrik@pythonware.com
Fri, 28 Aug 1998 09:15:29 +0100


>TclError: invalid command name "PyImagingPhoto"
>
>I get similiar errors from the other scripts. I did the tk install
>stuff.

Better doublecheck your installation.  This error means that
the _tkinter.so you're using doesn't include the PIL extension...

(and yes, the need for a special _tkinter.so will be eliminated
in a future release, but it's still there in 0.3b2...)

    /F