This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients ezio.melotti, jpmieville
Date 2009-07-07.10:45:11
SpamBayes Score 9.2854835e-11
Marked as misclassified No
Message-id <1246963513.11.0.968978828637.issue6432@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-07-07 10:45:13ezio.melottisetrecipients: + ezio.melotti, jpmieville
2009-07-07 10:45:13ezio.melottisetmessageid: <1246963513.11.0.968978828637.issue6432@psf.upfronthosting.co.za>
2009-07-07 10:45:11ezio.melottilinkissue6432 messages
2009-07-07 10:45:11ezio.melotticreate