Tkinter vs. wxPython?

SeeBelow at SeeBelow.Nut SeeBelow at SeeBelow.Nut
Tue Apr 27 19:07:16 EDT 2004


Doug Holton wrote:
> 
> SeeBelow at SeeBelow.Nut wrote:
> 
> > Do many people think that wxPython should replace Tkinter?  Is this
> > likely to happen?
> >
> > I ask because I have just started learning Tkinter, and I wonder if I
> > should abandon it in favor of wxPython.
> 
> Could you share a little more info, like are you new to GUI programming,
> what platform do you develop on (windows, mac, linux), and what features
> do you need for your application.
> 
> If you this is your first time using a GUI toolkit I'd recommend
> sticking with Tkinter.  It is simpler to use and there is much more and
> better documentation since it has been a standard part of Python for a
> long time.
> 
> But myself I use wxPython because it has more features.

I'm mostly a C programmer, with a little Python experience.  I have only
basic needs for GUI and graphics.  The Tkinter set of widgets seems
adequate for my needs, although one never knows for sure what ones needs
might be.

Portability is important.  My audience is 50/50 linux and Windows
people.  I myself use Win 2000.

Ease of learning is important to me.  I have only a little experience
with GUI and graphics programming.  I keep using the phrase "GUI and
graphics" because I need graphical output from my programs, not just a
GUI to control them.

Mitchell Timin

-- 
"Many are stubborn in pursuit of the path they have chosen, few in
pursuit of the goal." - Friedrich Nietzsche

http://annevolve.sourceforge.net is what I'm into nowadays.
Humans may write to me at this address: zenguy at shaw dot ca



More information about the Python-list mailing list