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

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'scripts': 0.03; 'subject:file': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:into': 0.09; 'python': 0.11; 'distinct': 0.16; 'exe': 0.16; 'once.': 0.16; 'received:80.91.229.3': 0.16; 'received:dip0.t-ipconnect.de': 0.16; 'received:plane.gmane.org': 0.16; 'received:t-ipconnect.de': 0.16; 'subject:exe': 0.16; 'subject:python': 0.16; 'file,': 0.19; 'header:User-Agent:1': 0.23; 'header:X-Complaints-To:1': 0.27; 'writes:': 0.31; 'run': 0.32; 'doing': 0.36; 'charset:us-ascii': 0.36; 'possible': 0.36; 'two': 0.37; 'to:addr:python-list': 0.38; 'generating': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'received:217': 0.63
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From dieter <dieter@handshake.de>
Subject Re: Compiling multiple python scripts into an exe file
Date Wed, 14 Jan 2015 07:53:45 +0100
References <24d5878b-8f5f-48a5-8b47-1c4fbe6e5268@googlegroups.com>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
X-Gmane-NNTP-Posting-Host pd9e09e2c.dip0.t-ipconnect.de
User-Agent Gnus/5.1008 (Gnus v5.10.8) XEmacs/21.4.22 (linux)
Cancel-Lock sha1:f7sWc1gI1xHTgz7SPCxnQwRs8jo=
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.17703.1421218443.18130.python-list@python.org> (permalink)
Lines 9
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1421218443 news.xs4all.nl 2900 [2001:888:2000:d::a6]:35380
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:83735

Show key headers only | 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