[issue6432] ImageTk.PhotoImage

Ezio Melotti report at bugs.python.org
Tue Jul 7 12:45:13 CEST 2009


Ezio Melotti <ezio.melotti at gmail.com> 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 bug. It could be a problem of
ActiveState Python or of the PIL itself, if you can't reproduce it with
a plain Python try to report it on their bug trackers.

FWIW I found in the doc the class Tkinter.PhotoImage(), if you can
reproduce the problem using it instead of ImageTk.PhotoImage() then it
might be a Python bug.

----------
nosy: +ezio.melotti
priority:  -> normal
stage:  -> test needed
versions: +Python 2.7 -Python 2.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6432>
_______________________________________


More information about the Python-bugs-list mailing list