[issue6432] ImageTk.PhotoImage

2009-07-13 Thread Sridhar Ratnakumar
Sridhar Ratnakumar added the comment: ActivePython bug: http://bugs.activestate.com/show_bug.cgi?id=83694 -- nosy: +srid ___ Python tracker ___ __

[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.py ___

[issue6432] ImageTk.PhotoImage

2009-07-07 Thread Ezio Melotti
Ezio Melotti added the comment: Can you provide a sample script to reproduce this or try it with a plain version of python? >From the traceback it looks like ImageTk is something defined by the PIL, and since it's not part of the stdlib this is probably not the right place where to report this

[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:\Python25\Lib\site-pa