[issue6432] ImageTk.PhotoImage

2009-07-07 Thread Jean-Paul Miéville
Jean-Paul Miéville added the comment: You are right I think that the problem is related to PIL. I will reported to the mailing list of PIL. I have attached a script for testing this case. -- status: open -> closed Added file: http://bugs.python.org/file14468/Script1

[issue6432] ImageTk.PhotoImage

2009-07-07 Thread Jean-Paul Miéville
New submission from Jean-Paul Miéville : When using the function ImageTk.PhotoImage. I got the following traceback. self.chart = ImageTk.PhotoImage(self.image) File "C:\Python25\Lib\site-packages\PIL\ImageTk.py", line 116, in __init__ self.paste(image) File "C:\Py