hi,
is there anyway to display a .jpg (or other type) images in Tkinter with Python 3.1?
From what I read here in the forum, for Python 2.6 I could use the PIL package. But the PIL packages doesnt support Pyton 3.1 yet (from what I read on the PIL website).
Are there perhaps other packages or other way to do it without using PIL?
Thanks.