On Feb 12, 12:39 am, r <rt8...@gmail.com> wrote: > Hello, > > Tkinter is a great GUI toolkit, for what it lacks in prettiness it > more than makes up for in simple and quick GUI building. I think this > is the main reason Tkinter continues to be Python's built-in GUI > toolkit. It is a great place to start for those with no GUI > experience. Sure it will never be as rich as wxPython or the like, but > that is not what Tkinter is made for. > > I use Tkinter for all my tools that need a UI, and others as well. The > only complaint i have is the poor support for image types i really > wish there where at least support for one good image like jpg, png, > and full color bitmaps.The canvas widget could also use a little more > functionality, but hey maybe one day i will have time to polish it up > a bit.
There is the Python Image Library (PIL), but when I tried to install it I of course had to install the JPEG package as well which didn't install correctly. After trying several times to install it (the JPEG package that is, PIL installed fine, but I only wanted it for the extra image support) I just gave up. Does anyone know of a quick and easy install for PIL + JPEG for Mac OS X (10.5)? -- http://mail.python.org/mailman/listinfo/python-list