Re: GUI Tools for Python 3.1

2010-12-31 Thread flebber
On Dec 26 2010, 8:41 pm, Hans-Peter Jansen h...@urpla.net 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 computing and are quickly
developing pyside. Currently not supported in Py3000 but have already
a roadmap for implementation when they finalise Python 2 support.

Here is what they see as roadblocks(not insurmountble) to python3.

http://developer.qt.nokia.com/wiki/PySide_Python_3_Issues

-- 
http://mail.python.org/mailman/listinfo/python-list


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. The treeview control
supports multiple columns and can be configured as a (1 level)
grid. The only glaring weakness is Tkinter's support for image
formats other than GIF. This can be addressed by using the PIL
(Python Image Library) which adds about 800K to a distribution.

Tkinter is built-in, available in the 2.7 and 3.1 branches, and
supports both 32 and 64 bit versions of Python.

If you're interested in learning more, join Python's Tkinter
mailing list.

Malcolm
-- 
http://mail.python.org/mailman/listinfo/python-list


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