[Image-SIG] PIL Install Woes

Jesse W jessw@ritchie.loop.com
Sat, 4 Mar 2000 12:41:57 +0000


I am trying to install PIL 2b4-win32 and when I run viewer.py I get 
this error.

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.convert("L"))
  File "C:\Python\Programs\Imaging-2b4\Lib\ImageTk.py", line 83, in __init__
   self.paste(image)
  File "C:\Python\Programs\Imaging-2b4\Lib\ImageTk.py", line 113, in  paste
   self.__photo.tk.call("PyImagingPhoto", self.__photo, block.id)
   TclError: invalid command name "PyImagingPhoto"

   I have tried to find instences of PyImagingPhoto in the source, but there 
are none.  I have done what it says in the install notes, and can import 
Image.
	If anyone has any solutions to this error, please let me know.

									Jesse Weinstein