[wxPython-users] pyGTK Vs. wxPython

Christopher Barker Chris.Barker at noaa.gov
Wed Mar 28 11:02:27 PDT 2007


James Matthews wrote:
> I mean is that cross compatibility is not a must

OK. I'm going to try again. If you are supporting only one platform, 
then which toolkit is best can depend on which platform you are running, 
so you'll get better advice if you tell us.

> i just want to know 
> which one is the easiest one to learn! with out compromising on power 
> and widgets etc...

much depends on the etc. (platform native-ness, ???)

I've never used PyGTK, so I can't comment on easy-to-learn, but you're 
hard pressed to beat wxPython for power and widgets. If you need a 
particular high-level widget, that might help your decision. For example:

Lots of folks like TK's canvas (though wx has FloatCanvas and OGL). 
Ditto TK's text widget (wx has HTMLWindow and the new RichText control)

wx has:
Things like the wx.HTMLWindow and the wx.Grid, which can really help if 
you need such a thing.

I don't know what nifty hogh-level widgets PyGTK has.

If tell us what tools you need, we may be able to help more.

oh, and you may want to look at pyQT also.

-Chris


-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov




More information about the wxpython-users mailing list