Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #40533
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <esj@harvee.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.006 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'bootstrap': 0.07; 'see.': 0.07; 'works.': 0.07; 'python': 0.09; 'buttons': 0.09; 'portable': 0.09; 'semantics': 0.09; 'tab': 0.09; 'gui': 0.11; 'cli': 0.16; 'curve.': 0.16; 'give.': 0.16; 'range.': 0.16; 'subject:GUI': 0.16; 'subject:simple': 0.16; 'tabs': 0.16; 'task.': 0.16; 'ui,': 0.16; 'deployment': 0.17; 'windows': 0.19; 'app': 0.19; 'machine.': 0.22; 'header:User-Agent:1': 0.26; 'replace': 0.27; 'interface': 0.27; 'run': 0.28; 'about.': 0.29; 'embed': 0.29; 'horizontal': 0.29; 'them?': 0.29; 'toolkit': 0.29; 'no,': 0.29; "i'm": 0.29; 'install': 0.29; 'related': 0.30; 'saves': 0.30; 'file': 0.32; 'could': 0.32; "aren't": 0.33; 'consist': 0.33; 'to:addr:python-list': 0.33; 'version': 0.34; "can't": 0.34; 'done': 0.34; 'list': 0.35; 'whatever': 0.35; 'something': 0.35; 'there': 0.35; 'add': 0.36; 'received:org': 0.36; 'really': 0.36; 'tool': 0.36; 'but': 0.36; 'does': 0.37; 'data': 0.37; 'some': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'easily': 0.39; 'build': 0.39; 'little': 0.39; 'application': 0.40; 'received:192.168': 0.40; 'help': 0.40; 'dead': 0.62; 'leaving': 0.62; 'relatively': 0.62; 'series': 0.63; 'different': 0.63; 'hours': 0.66; 'kindly': 0.67; 'corporate': 0.71; 'panel': 0.71; 'discount': 0.89; 'look.': 0.91 |
| X-Virus-Scanned | amavisd-new at harvee.org |
| X-Virus-Scanned | amavisd-new at harvee.org |
| Date | Tue, 05 Mar 2013 09:20:37 -0500 |
| From | Eric Johansson <esj@harvee.org> |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 |
| MIME-Version | 1.0 |
| To | python-list@python.org |
| Subject | simple GUI environment |
| Content-Type | text/plain; charset=ISO-8859-1; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| 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.2888.1362494803.2939.python-list@python.org> (permalink) |
| Lines | 28 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1362494803 news.xs4all.nl 6871 [2001:888:2000:d::a6]:59012 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:40533 |
Show key headers only | View raw
I need a simple GUI toolkits like easygui pythoncard. The main reason I discount both of those is that they are effectively dead as I can see. Last updates in the 2010/2011 range. Has there been some toolkit to replace them? And no, the existing wxpython/gtk/qt/... toolkits really aren't acceptable. I need to get something done in 12 hours and I don't have time to climb the learning curve. The application I'm building is a tool which gathers and saves configuration data for a specific Windows application. It needs to run in a Windows batch file for multisystem deployment and also as a GUI when the user is mucking about. It also needs to run as a portable app because I can't install this on every machine. many corporate IT types don't take kindly to utilities leaving little footprints all over the place. The CLI version works. Simple UI, does what I need for part of the job. Now I need to add a relatively simple GUI. The user interface will consist of a series of tabs across the top, one for each subsystem and the main panel beneath that will contain the UI for the tab related task. I could fake the tabs by using a horizontal list of radio buttons which have the same semantics as tabs but a very different look. I could do this relatively easily with twitter bootstrap but I don't have a standalone browser that I can embed in Python so I could build HTML for user interface. suggestions? I appreciate whatever help you can give.
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
simple GUI environment Eric Johansson <esj@harvee.org> - 2013-03-05 09:20 -0500
Re: simple GUI environment Kevin Walzer <kw@codebykevin.com> - 2013-03-05 09:55 -0500
Re: simple GUI environment Tim Golden <mail@timgolden.me.uk> - 2013-03-05 15:06 +0000
Re: simple GUI environment Eric Johansson <esj@harvee.org> - 2013-03-05 12:45 -0500
Re: simple GUI environment Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2013-03-06 12:18 +1300
Re: simple GUI environment Eric Johansson <esj@harvee.org> - 2013-03-05 20:35 -0500
Re: simple GUI environment Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2013-03-06 18:08 +1300
csiph-web