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


Groups > comp.lang.python > #83779

Re: Compiling multiple python scripts into an exe file

References <24d5878b-8f5f-48a5-8b47-1c4fbe6e5268@googlegroups.com> <87387dg8ee.fsf@handshake.de>
Date 2015-01-14 12:48 -0800
Subject Re: Compiling multiple python scripts into an exe file
From Dan Stromberg <drsalists@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.17734.1421268533.18130.python-list@python.org> (permalink)

Show all headers | View raw


On Tue, Jan 13, 2015 at 10:53 PM, dieter <dieter@handshake.de> wrote:
> no nein <jhoulberg.90@gmail.com> writes:
>
>> Basically, is it possible to compile multiple unrelated python scripts into a single exe file, so when execute it several python programs are run at once.
>
> These are two distinct problems:
>
>   *  for doing things in paralell, look at "threading" or "multiprocessing"
Or subprocess.

>   *  for generating exe files, look at "freeze".
Or nuitka.

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


Thread

Compiling multiple python scripts into an exe file no nein <jhoulberg.90@gmail.com> - 2015-01-13 16:36 -0800
  Re: Compiling multiple python scripts into an exe file dieter <dieter@handshake.de> - 2015-01-14 07:53 +0100
  Re: Compiling multiple python scripts into an exe file Dan Stromberg <drsalists@gmail.com> - 2015-01-14 12:48 -0800

csiph-web