Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #21427
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rodperson@rodperson.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.023 |
| X-Spam-Evidence | '*H*': 0.95; '*S*': 0.00; 'python,': 0.01; 'rod': 0.07; 'python': 0.08; 'subject:python': 0.10; 'developer': 0.12; 'gui': 0.13; 'bindings': 0.16; 'tk.': 0.16; 'looked': 0.16; 'wrote:': 0.18; 'header:In-Reply-To:1': 0.22; 'developing': 0.25; 'designs': 0.29; 'url:wiki': 0.29; 'develops': 0.30; 'equipment.': 0.30; 'toolkit': 0.30; 'widget': 0.30; 'skip:( 20': 0.31; 'there': 0.33; 'fri,': 0.34; 'richard': 0.34; 'running': 0.34; 'subject:/': 0.34; 'to:addr:python-list': 0.35; 'but': 0.37; 'charset:us- ascii': 0.37; 'received:128': 0.38; 'some': 0.38; 'subject:from': 0.39; 'to:addr:python.org': 0.40; 'easy': 0.60; 'our': 0.63; 'hearing': 0.72; '-0800': 0.84; 'fitting': 0.84; 'ignorance': 0.84; 'url:tk': 0.91 |
| Date | Fri, 9 Mar 2012 10:58:47 -0500 |
| From | Rod Person <rodperson@rodperson.com> |
| To | python-list@python.org |
| Subject | Re: converting from tcl/tkl to python |
| In-Reply-To | <b09e5018-466c-40f7-8748-df1e9f6340cd@gi10g2000vbb.googlegroups.com> |
| References | <b09e5018-466c-40f7-8748-df1e9f6340cd@gi10g2000vbb.googlegroups.com> |
| X-Mailer | Claws Mail 3.7.10cvs7 (GTK+ 2.16.6; i586-pc-mingw32msvc) |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=US-ASCII |
| Content-Transfer-Encoding | 7bit |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.535.1331309147.3037.python-list@python.org> (permalink) |
| Lines | 26 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1331309147 news.xs4all.nl 6902 [2001:888:2000:d::a6]:53086 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:21427 |
Show key headers only | View raw
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