[Image-SIG] invalid command name "PyImagingPhoto"

Jed Haile jhaile@ida.net
Fri, 28 Aug 1998 00:22:20 -0400


I just installed  Imaging-0.3b2 on RH5.1 with python1.5.1.  I didn't
notice any real errors during compiling. When I try to run the script
viewer.py in the Scripts directory I get:

Traceback (innermost last):
  File "viewer.py", line 44, in ?
    UI(root, im).pack()
  File "viewer.py", line 23, in __init__
    self.image = ImageTk.PhotoImage(im)
  File "/usr/local/lib/python1.5/ImageTk.py", line 83, in __init__
    self.paste(image)
  File "/usr/local/lib/python1.5/ImageTk.py", line 113, in paste
    self.__photo.tk.call("PyImagingPhoto", self.__photo, block.id)
TclError: invalid command name "PyImagingPhoto"

I get similiar errors from the other scripts. I did the tk install
stuff.

thanks,
Jed Haile