Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #56904
| From | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| Subject | Executing a Python application (was: Python TkInter, GTK, GUI overall) |
| Date | 2013-10-17 10:10 +1100 |
| References | <a80cc404-2697-4dda-8a5f-b6628644d82a@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1123.1381965024.18130.python-list@python.org> (permalink) |
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 | Next — Previous in thread | Find similar | Unroll 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