Ezio Melotti <ezio.melo...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue6432> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com