Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'interpreter': 0.05; 'subject:Python': 0.06; 'installed.': 0.07; 'subject:application': 0.07; 'omit': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'windows': 0.15; 'andreas': 0.16; 'finney': 0.16; 'gandhi': 0.16; 'machine?': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:GUI': 0.16; 'header :User-Agent:1': 0.23; 'question': 0.24; 'header:X-Complaints- To:1': 0.27; 'installed': 0.27; 'writes:': 0.31; 'probably': 0.32; 'run': 0.32; 'url:python': 0.33; 'subject: (': 0.35; 'but': 0.35; 'url:org': 0.36; 'ben': 0.38; 'question,': 0.38; 'to:addr:python- list': 0.38; 'short': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; "you'll": 0.62; 'making': 0.63; 'our': 0.64; 'results': 0.69; 'respect': 0.70; 'url:htm': 0.73; 'application?': 0.84; 'unaware': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Ben Finney Subject: Executing a Python application (was: Python TkInter, GTK, GUI overall) Date: Thu, 17 Oct 2013 10:10:13 +1100 References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Gmane-NNTP-Posting-Host: rasputin.madmonks.org X-Public-Key-ID: 0xAC128405 X-Public-Key-Fingerprint: 517C F14B B2F3 98B0 CB35 4855 B8B2 4C06 AC12 8405 X-Public-Key-URL: http://www.benfinney.id.au/contact/bfinney-gpg.asc X-Post-From: Ben Finney User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) Cancel-Lock: sha1:Af/m6nsWOTgnc8AyprCyrIGrBX4= 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: 31 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1381965024 news.xs4all.nl 15904 [2001:888:2000:d::a6]:34051 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:56904 Andreas Ecaz writes: > This might seem like a stupid question, but, how do people run the > application? I get that I have to compile it and make it an > executable. But how do I make it an executable? For Windows and Linux? This isn't a question about GUIs, but about making a program executable. You'll probably get better search results if you omit GUI-specific terms entirely, and search for “making python executable” or similar. > And do the people who use the software need to have Python installed > on their local machine? The short answer is: Yes, to run a Python program requires a Python interpreter installed. The longer answer is: Yes, but that Python interpreter can be bundled with the program so the user is unaware they have Python installed. -- \ “They can not take away our self respect if we do not give it | `\ to them.” —Mohandas Gandhi | _o__) | Ben Finney