Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.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: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.063 X-Spam-Evidence: '*H*': 0.87; '*S*': 0.00; 'system?': 0.09; 'django': 0.11; 'gui': 0.12; 'open()': 0.16; 'received:65.55.116.7': 0.16; 'subject:GUI': 0.16; 'subject:library': 0.16; 'library': 0.18; 'wed,': 0.18; 'app': 0.19; 'module': 0.19; 'to:name:python- list@python.org': 0.22; 'received:65.55.116': 0.24; '(or': 0.24; "i've": 0.25; 'header:In-Reply-To:1': 0.27; 'skip:- 40': 0.29; 'url:mailman': 0.30; 'file': 0.32; 'regular': 0.32; 'url:python': 0.33; 'date:': 0.34; 'something': 0.35; 'url:listinfo': 0.36; 'url:org': 0.36; 'remote': 0.38; 'server': 0.38; 'to:addr:python- list': 0.38; 'files': 0.38; 'subject:': 0.39; 'embedded': 0.39; 'to:addr:python.org': 0.39; 'url:mail': 0.40; 'read': 0.60; 'future': 0.60; 'utilize': 0.61; 're:': 0.63; 'myself': 0.63; 'application?': 0.84; 'ideas.': 0.84; '2013': 0.98 X-TMN: [XmwbmkSHB0YYppgEL8LCbeOdBNIk0TfP] X-Originating-Email: [carlosnepomuceno@outlook.com] From: Carlos Nepomuceno To: "python-list@python.org" Subject: RE: Future standard GUI library Date: Thu, 23 May 2013 09:58:02 +0300 Importance: Normal In-Reply-To: <19c925fc-dbf8-417c-9298-f682c9b2e558@googlegroups.com> References: , <20130522154233.fe5263cb231c375fc60c7c9b@gmx.net>, , <19c925fc-dbf8-417c-9298-f682c9b2e558@googlegroups.com> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginalArrivalTime: 23 May 2013 06:58:03.0356 (UTC) FILETIME=[DEACE1C0:01CE5782] 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: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1369292285 news.xs4all.nl 15891 [2001:888:2000:d::a6]:38265 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:45777 You don't! If your app needs local content just use a regular open() (or yo= ur browser) to read the files and render them as you see fit.=0A= =0A= For remote content you just need the 'urllib2' module or something like 're= quests' module to get the data.=0A= =0A= ----------------------------------------=0A= > Date: Wed=2C 22 May 2013 19:31:55 -0700=0A= > Subject: Re: Future standard GUI library=0A= > From: llanitedave@veawb.coop=0A= [...]=0A= >=0A= > I've been thinking about that myself for some future app ideas. If you ha= ve a stand-alone app working from your web browser=2C don't you need an emb= edded web server to utilize the file system? Is a system like Django for an= app overkill? Or is its embedded development server underkill for a single= -user browser-based application?=0A= > --=0A= > http://mail.python.org/mailman/listinfo/python-list =