Ryan White wrote:
> Subject: Newbie question

Not a very good subject -- many people will not even look at it unless
you describe what your question is about.

I'm wanting to use python to display some jpeg images, maybe present them at
a percentage of their actual size etc.
How do I display an image in Python? - I've run over Tkinter, but obviously
in all the wrong places.
You probably want Fredrik Lundh's PIL (Python Imaging Library) package
to read and manipulate the images, and then use TKinter to display the
images.

--Scott David Daniels
[EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to