Re: GUI Tools for Python 3.1

2010-12-31 Thread flebber
On Dec 26 2010, 8:41 pm, "Hans-Peter Jansen" wrote: > On Friday 24 December 2010, 03:58:15 Randy Given wrote: > > > Lots of stuff for 2.6 and 2.7 -- what GUI tools are there for 3.1? > > PyQt4 of course. > > http://www.riverbankcomputing.com > > Pete Pyside, Nokia have split with riverbank comput

Re: GUI Tools for Python 3.1

2010-12-26 Thread Hans-Peter Jansen
On Friday 24 December 2010, 03:58:15 Randy Given wrote: > Lots of stuff for 2.6 and 2.7 -- what GUI tools are there for 3.1? PyQt4 of course. http://www.riverbankcomputing.com Pete -- http://mail.python.org/mailman/listinfo/python-list

Re: GUI Tools for Python 3.1

2010-12-24 Thread python
Randy, Tkinter is a viable GUI platform with Python 3.1's (and Python 2.7's) support for ttk (Tile). The new ttk module supports theme aware controls so that you can build beautiful GUI's that match your underlying platform's standards. Ttk also includes theme aware treeview and notebook controls.

GUI Tools for Python 3.1

2010-12-23 Thread Randy Given
Lots of stuff for 2.6 and 2.7 -- what GUI tools are there for 3.1? Randy -- http://mail.python.org/mailman/listinfo/python-list