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
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