Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #21427
| Date | 2012-03-09 10:58 -0500 |
|---|---|
| From | Rod Person <rodperson@rodperson.com> |
| Subject | Re: converting from tcl/tkl to python |
| References | <b09e5018-466c-40f7-8748-df1e9f6340cd@gi10g2000vbb.googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.535.1331309147.3037.python-list@python.org> (permalink) |
On Fri, 9 Mar 2012 07:10:19 -0800 (PST) Richard Boothroyd <rboothroyd8@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@rodperson.com 'Silence is a fence around wisdom'
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
converting from tcl/tkl to python Richard Boothroyd <rboothroyd8@gmail.com> - 2012-03-09 07:10 -0800
Re: converting from tcl/tkl to python Kevin Walzer <kw@codebykevin.com> - 2012-03-09 10:59 -0500
Re: converting from tcl/tkl to python Mark Roseman <mark@markroseman.com> - 2012-03-09 13:36 -0700
Re: converting from tcl/tkl to python Grant Edwards <invalid@invalid.invalid> - 2012-03-09 20:54 +0000
Re: converting from tcl/tkl to python Rod Person <rodperson@rodperson.com> - 2012-03-09 10:58 -0500
csiph-web