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


Groups > comp.lang.python > #83735

Re: Compiling multiple python scripts into an exe file

From dieter <dieter@handshake.de>
Subject Re: Compiling multiple python scripts into an exe file
Date 2015-01-14 07:53 +0100
References <24d5878b-8f5f-48a5-8b47-1c4fbe6e5268@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.17703.1421218443.18130.python-list@python.org> (permalink)

Show all headers | View raw


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"
  *  for generating exe files, look at "freeze".

Back to comp.lang.python | Previous | NextPrevious in thread | Next 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