Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #108876
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: python for complte program ? |
| Date | 2016-05-20 20:06 -0400 |
| Organization | IISS Elusive Unicorn |
| Message-ID | <mailman.61.1463789187.27390.python-list@python.org> (permalink) |
| References | <c8fc56f2-c653-4913-8354-6b75c6d7cb41@googlegroups.com> <3b9vjbh48cgrcqo2a275jnjes9l9omunbv@4ax.com> |
On Fri, 20 May 2016 14:39:15 -0700 (PDT), Xristos Xristoou
<saxri89@gmail.com> declaimed the following:
>hello i want to ask if a python is a good for to do it a complete program(.exe)?
Python, itself, doesn't compile down to executables. There are packages
which, in essence, an "exe" that is a self-extracting archive of the Python
interpreter, your program, and any needed libraries. Running such an "exe"
unpacks everything into a temporary directory, runs the interpreter with
your program, and when the program exits erases the temporary directory.
>with user interface,module interface,background scripts where compile if
>the users calls some scripts,windows with interaction with the users?
>how can i do that with the python?
>how can libs need for this ?
>some tutorial for complete programs ?
Standard Python installations include Tkinter -- an interface to the Tk
part of TCL/TK -- as a GUI system. But there are also packages available
for WxWindows, GTK, and likely a few others.
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
python for complte program ? Xristos Xristoou <saxri89@gmail.com> - 2016-05-20 14:39 -0700 Re: python for complte program ? Joel Goldstick <joel.goldstick@gmail.com> - 2016-05-20 18:03 -0400 Re: python for complte program ? Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2016-05-20 20:06 -0400
csiph-web