wxPython/Tkinter/pyGTK
Sean
seandc at att.net
Thu Mar 15 16:15:30 EST 2001
Take a look at Python Megawigets....they take a lot
of the pain out of using Tkinter:
http://pmw.sourceforge.net/
Both Tkinter and Megawidgets are *really*well* described
in John Grayson's book Python and Tkinter Programming.
Sean
====
Padraig Brady wrote:
>
> Hi,
> I'm just starting to use python, and my first
> app will have the following widgets:
>
> Tabbed interface, with tabs in horizontal position.
> toolbar.
> treeview.
> listview (with embedded checkboxes)
> the odd button.
>
> like:
>
> +--------------------------+
> | MyApp |
> +--------------------------+
> | toolbar |
> |--------------------------|
> | tab1 +-----------------+ |
> | tab2 | treeview &/or | |
> | .. | listview | |
> | tabn +-----------------+ |
> +--------------------------+
>
> So
>
> 1. I'm wondering what to use?
> wxPython, Tkinter, PMW+Tkinter or pyGTK
>
> 2. Is there any documents comparing
> these options.
>
> 3. Are there other options I haven't considered.
>
> 4. What option do people consider as having
> the least dependencies (easiest to install),
> as this app is GPL'd and must be easy to install.
>
> Thanks,
> Padraig.
More information about the Python-list
mailing list