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


Groups > comp.lang.python > #56899 > unrolled thread

Python TkInter, GTK, GUI overall

Started byAndreas Ecaz <ecazs.net@gmail.com>
First post2013-10-16 14:14 -0700
Last post2013-10-17 10:10 +1100
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  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

#56899 — Python TkInter, GTK, GUI overall

FromAndreas Ecaz <ecazs.net@gmail.com>
Date2013-10-16 14:14 -0700
SubjectPython TkInter, GTK, GUI overall
Message-ID<a80cc404-2697-4dda-8a5f-b6628644d82a@googlegroups.com>
I've been looking at TkInter and GTK to do some GUI programming, they're both cross-platform compatible.

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?

And do the people who use the software need to have Python installed on their local machine?

[toc] | [next] | [standalone]


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

FromBen Finney <ben+python@benfinney.id.au>
Date2013-10-17 10:10 +1100
SubjectExecuting a Python application (was: Python TkInter, GTK, GUI overall)
Message-ID<mailman.1123.1381965024.18130.python-list@python.org>
In reply to#56899
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

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web