Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #56904

Executing a Python application (was: Python TkInter, GTK, GUI overall)

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 <python-python-list@m.gmane.org>
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 <ben+python@benfinney.id.au>
Subject Executing a Python application (was: Python TkInter, GTK, GUI overall)
Date Thu, 17 Oct 2013 10:10:13 +1100
References <a80cc404-2697-4dda-8a5f-b6628644d82a@googlegroups.com>
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 <bignose+hates-spam@benfinney.id.au>
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 <python-list.python.org>
List-Unsubscribe <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1123.1381965024.18130.python-list@python.org> (permalink)
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

Show key headers only | View raw


Andreas Ecaz <ecazs.net@gmail.com> 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.

<URL:https://duckduckgo.com/?q=making+python+executable>

<URL:http://effbot.org/pyfaq/how-do-i-make-python-scripts-executable.htm>

> 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.

<URL:http://effbot.org/pyfaq/how-can-i-create-a-stand-alone-binary-from-a-python-script.htm>

-- 
 \       “They can not take away our self respect if we do not give it |
  `\                                        to them.” —Mohandas Gandhi |
_o__)                                                                  |
Ben Finney

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Python TkInter, GTK, GUI overall Andreas Ecaz <ecazs.net@gmail.com> - 2013-10-16 14:14 -0700
  Executing a Python application (was: Python TkInter, GTK, GUI overall) Ben Finney <ben+python@benfinney.id.au> - 2013-10-17 10:10 +1100

csiph-web