Tkinter vs. wxPython

Darrell dgallion1 at yahoo.com
Thu Jul 18 23:21:58 EDT 2002


I'm not a GUI expert...
But today I needed to do a quick image viewer tool. This is what I found.

Tkinter makes smaller exe's

PMW which wraps Tkinter seems impossible to wrap as an exe. 

AFIK wxPython wants to display images from BMP's. They dont look very good.
They were slow and crashed. My images are 40+ meg.

Tkinter has some nice Photo image stuff. Although I haven't figured out how 
most of it works.

So in the intrest of time I used wxPython for the UI and Tk for image 
display today. Made a 3.7meg exe and everyone is happy. 

--Darrell


Gabe Newcomb wrote:

> Ack!
> I've been trying to get into wxPython, but I'm finding the lack
> of documentation difficult. There's some, and I'm very grateful for
> everybody who's contributed it, but I'm somebody who really likes having
> a decent reference and more examples.
> 
> My question is this: is there any compelling reason I shouldn't just go
> with Tkinter instead? I work (for now) exclusively on Win32 boxes, by
> the way.
> 
> Thanks all,
> 
> Gabe




More information about the Python-list mailing list