Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!newsreader4.netcologne.de!news.netcologne.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'modified': 0.07; 'deploy': 0.09; 'http': 0.09; 'listing,': 0.09; 'measure': 0.09; 'gui': 0.12; 'project,': 0.12; 'crud': 0.16; 'fine.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:GUI': 0.16; 'subject:library': 0.16; 'wrote:': 0.18; 'basically': 0.19; 'command': 0.22; 'frameworks': 0.24; 'mon,': 0.24; 'server.': 0.24; 'looks': 0.24; 'header:In- Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'easier': 0.31; 'layer': 0.31; 'file': 0.32; 'framework': 0.33; 'something': 0.35; 'no,': 0.35; 'one,': 0.35; 'received:google.com': 0.35; 'version': 0.36; 'done': 0.36; 'button': 0.38; 'implement': 0.38; 'to:addr:python-list': 0.38; 'functional': 0.39; 'to:addr:python.org': 0.39; 'browser': 0.61; 'happen': 0.63; 'networking': 0.64; 'provide': 0.64; 'more': 0.64; 'click': 0.77; 'browse': 0.95; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Aj4BkbW/esAnd3oMjtaqDhyN6LJPXVXjfaiV9y8W9YE=; b=qBwPTzjCI+U6RCZUmI1MZWiFppGLogHQUrIw9Nwc+vP2zT12KsYXE8kqNNYSYLVLaT klVMr6YB3U4F5gdfW43lRhapG9Ti09WM8UiKr6cBaJvnwqivT21liK6u3lRPaABvaRw2 UbCMARHmviGSKaRKyBPqXm4QE02PsonfLrq0ClpjguUF5XKeZh7SHp6cHMIBY+9gTdDF qUMtjKpzOSzA5eBlWcPckB4A9/iiHsg3UFUGSA9bZ1OjTi7eRDMYYCWfoihVg0Oj17lE +lFHFKqIyu4xd2A+rm6D7Xkt/xH2FfSWbFS+Do5Cwf2i3A00VKGx6BZx1yEKn1i3PAOc cLHQ== MIME-Version: 1.0 X-Received: by 10.52.164.163 with SMTP id yr3mr11420512vdb.76.1369594579527; Sun, 26 May 2013 11:56:19 -0700 (PDT) In-Reply-To: <20130526194310.9cdb1be80b42c7fdf0ba502f@gmx.net> References: <20130522154233.fe5263cb231c375fc60c7c9b@gmx.net> <20130523174145.22a6c46f586b0a1f656d2412@gmx.net> <20130526194310.9cdb1be80b42c7fdf0ba502f@gmx.net> Date: Mon, 27 May 2013 04:56:19 +1000 Subject: Re: Future standard GUI library From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1369594581 news.xs4all.nl 15937 [2001:888:2000:d::a6]:40215 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46101 On Mon, May 27, 2013 at 3:43 AM, Wolfgang Keller wrote: >> For the Yosemite Project, I wanted the networking aspect, so the web >> browser UI was a good one. > > From the description this looks like a simble database CRUD > application. Somethign like that is definitely easier to implement and > to deploy and a *lot* more functional with any of the RAD frameworks > available for Python. > > And just like HTML never was a valid GUI framework and never will be > one, HTTP will never be a suitable transport layer for a RPC protocol. No, it's basically a modified version of a file browser; you get a directory listing, you can browse subdirectories, and selecting a file causes an action to happen on the server. You also have some "action buttons" that provide a measure of control: click a button and something is done (eg a key is pressed, or a 'killall' command is fired). The browser works just fine. ChrisA