Unix-head needs to Windows-ize his Python script
Eric Brunel
eric.brunel at pragmadev.nospam.com
Thu Oct 21 03:36:40 EDT 2010
In article <mailman.70.1287598236.2218.python-list at python.org>,
Shawn Milochik <shawn at milochik.com> wrote:
> Also, wxPython automatically looks native Mac, Windows, and Linux.
And so do the recent versions of Tkinter/tcl-tk... In Python, you just
have to use the widgets in the new ttk module. These widgets also have
fewer options than their equivalent in Tkinter, so they probably are
even more accessible to people who never wrote a GUI before. The
documentation is here: http://docs.python.org/library/ttk.html#module-ttk
HTH
- Eric -
More information about the Python-list
mailing list