Re: Tkinter or wxpython?



kyosohma@xxxxxxxxx wrote:


I tried the PMW widget toolkit. It was ok, but it seemed kind of
buggy. I found out about Tix on a forum of some sort. When I tried to
find out how to get it and use it, all I found was conflicting
information. I finally got it downloaded only to find I had to compile
it and I didn't have the right version of TCL. So I switched to
wxPython then. Months later I found out that Tix is now included with
Python.

I still don't know how to use it though. As with most external Tkinter
widget sets, Tix doesn't have examples. The docs look less inviting
than man pages...but I realize that's probably just me. I just don't
like man pages much.

Tkinter comes more naturally to me than other toolkits because I'm also a Tcl developer. I just haven't felt the need to learn wxPython because I can get what I need from Tkinter, even the more complicated GUI layouts.

--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
.



Relevant Pages

  • An assessment of Tkinter and IDLE
    ... Tkinter and IDLE Shortfalls ... Since Tkinter allows strings to be passed-into widget ... Tix In General ...
    (comp.lang.python)
  • Re: Cross-platform GUI development
    ... which I thought was also fairly standard. ... a Tix application under Linux which I'd really like to work on Mac OS ... My question is if Tix is old hat, what is the GUI toolkit I *should* ... Note that there are already Tkinter wrappers for these widgets, but they may not be the ones that'll end up in the official distribution. ...
    (comp.lang.python)
  • Using Tix and Tkinter
    ... import Tix ... from Tkconstants import * ... from Tkinter import * ... root = Tix.Tk ...
    (comp.lang.python)
  • Re: Tkinter or wxpython?
    ... I found out about Tix on a forum of some sort. ... it and I didn't have the right version of TCL. ... Python. ... I can get what I need from Tkinter, even the more complicated GUI layouts. ...
    (comp.lang.python)
  • Choosing Tkinter over wxPython...
    ... I've spent some time playing with both, and while wxPython is nice, Tkinter just seems to fit my head better, and with appropriate selection of widgets and interface design, seems to yield up perfectly usable GUI's. ... Kevin Walzer ...
    (comp.lang.python)