converting from tcl/tkl to python

Rod Person rodperson at rodperson.com
Fri Mar 9 10:58:47 EST 2012


On Fri, 9 Mar 2012 07:10:19 -0800 (PST)
Richard Boothroyd <rboothroyd8 at gmail.com> wrote:

> Hi there,
> 
> First, I am not a developer so go easy on my ignorance ;-). Our
> company designs and develops hearing aid audibility fitting equipment.
> (www.audioscan.com). Our current software GUI is all based on TCL/TKL
> and we are running into issues on developing a "prettier" GUI in an
> effort to modernize some of our equipment.

Have you looked at Tile? It a theme-able widget set for Tk.
http://wiki.tcl.tk/11075

As for python, the default GUI toolkit for Python is Tk, but there are
bindings that allow you to use WxWidgets, Qt and GTK.





-- 

Rod Person  http://www.rodperson.com  rodperson at rodperson.com

'Silence is a fence around wisdom'



More information about the Python-list mailing list