Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!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.041 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'modo': 0.09; 'window.': 0.09; 'windows,': 0.09; 'translation': 0.12; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'guitar': 0.16; 'for?': 0.16; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'men': 0.31; 'usar': 0.31; 'this.': 0.32; 'run': 0.32; 'como': 0.33; 'tool': 0.35; 'received:google.com': 0.35; 'to:addr :python-list': 0.38; 'rather': 0.38; 'to:addr:python.org': 0.39; "you're": 0.61; 'subjectcharset:iso-8859-1': 0.66; 'sem': 0.84; 'subject:\xe1': 0.84 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:content-transfer-encoding; bh=mutGAAKVzLDkVIpROki8NbCEgDec4iaoeVjg3bOE5B4=; b=nc3zoqhnbYCRn6JTEhvtHLIJF4gSqxcnxhgIFR1j92EYC4I2vKGJhYbQm68fKRlUs2 OVTf/S9jSPm82ZUiwMaYRfebYWpAG8ILQMu6S0xdTyhiLJO1fWhnNlFAlLwWt/brqUnK PC/9g/ySHg5TGn4AqUYSe5DpDPzpQnHJKVyRiqXP4pJIdVnC8qBgrlW39kFjsUZJgCAJ OtGD3SCLlcOCsf7H10JOjDXMVUoVjG7xwOEvtOV0iIN9qAlltu8VJ66nYE0OeJhhiyiB VE69QH7FBKS7UzZZ4BQF0v/239/nGz9t8Y1sJb4e0ciycoo5MDmP5ygJICDwsTljceK0 SZSA== MIME-Version: 1.0 X-Received: by 10.68.189.65 with SMTP id gg1mr16633774pbc.135.1383942437538; Fri, 08 Nov 2013 12:27:17 -0800 (PST) In-Reply-To: References: Date: Sat, 9 Nov 2013 07:27:17 +1100 Subject: =?ISO-8859-1?Q?Re=3A_Programa_no_modo_gr=E1fico?= From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1383942441 news.xs4all.nl 15898 [2001:888:2000:d::a6]:60985 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:58853 2013/11/9 Guitar Men : > Como fa=E7o para fazer um programa no modo gr=E1fico sem usar o prompt? My apologies, I don't speak Portuguese. Hopefully you can use an automated translation tool to understand this. On Windows, you can run a program with pythonw.exe rather than python.exe to hide the console window. Is that what you're looking for? ChrisA