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


Groups > comp.lang.python > #50227

Re: the general development using Python

Path csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <ian.g.kelly@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.027
X-Spam-Evidence '*H*': 0.96; '*S*': 0.02; 'cpython': 0.05; 'interpreter': 0.05; 'subject:Python': 0.06; 'start-up': 0.07; 'inherited': 0.09; 'subject:using': 0.09; 'python': 0.11; 'project,': 0.12; 'stored': 0.12; 'nonetheless': 0.16; 'pyinstaller': 0.16; 'wrote:': 0.18; 'mon,': 0.24; 'header:In- Reply-To:1': 0.27; 'bigger': 0.30; 'message-id:@mail.gmail.com': 0.30; 'subject:development': 0.31; 'maybe': 0.34; 'subject:the': 0.34; 'problem': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'really': 0.36; 'to:addr:python-list': 0.38; 'files': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'solve': 0.60; 'funny': 0.74; 'jul': 0.74; 'transfer': 0.82; 'story:': 0.84; 'demand.': 0.91; 'hundred': 0.95; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=rHDRaueLQ3QAQNw0uCAmAAIx/b+GwYJ5yXvex7XVIQI=; b=qmWcfI3KKc8DWUbaxHwuok90wuRropRTu9+uf4yZ9CX1ppFg/lDX7aKSB/r6ZuU2qe Speclich6Z4Jy8E/1sZDQej76ixQjiLd3ljqMllFXf2xxvpvvDIThQsaGFlBuooSotJM orM9omjSIRRZkktljLyooZI6vRZxjUxMmucxo+a7Dq+nJbmnWAOIC145dL2vTHkJSFHo Nr4wKNzQzlqQ8x90MAm2VGmE9Q0bbzwko4J/F1bQBdieivmOpDLVqnVq0AfU1mrDLFrL AnsVodqSD39G5z6y5oy3VzZo3poxNaqoRNpnWJwyDs2O2gYt5TgMozFItiKZWHPZFdT9 htXQ==
X-Received by 10.68.29.2 with SMTP id f2mr25316602pbh.184.1373359336258; Tue, 09 Jul 2013 01:42:16 -0700 (PDT)
MIME-Version 1.0
In-Reply-To <33fe3c46-9c2e-481a-8aa9-8411e1c32d02@googlegroups.com>
References <51f7f573-e4a6-4349-ae50-21de7780ed8c@googlegroups.com> <33fe3c46-9c2e-481a-8aa9-8411e1c32d02@googlegroups.com>
From Ian Kelly <ian.g.kelly@gmail.com>
Date Tue, 9 Jul 2013 02:41:36 -0600
Subject Re: the general development using Python
To Python <python-list@python.org>
Content-Type text/plain; charset=ISO-8859-1
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 <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.4440.1373359340.3114.python-list@python.org> (permalink)
Lines 12
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1373359340 news.xs4all.nl 15926 [2001:888:2000:d::a6]:52639
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:50227

Show key headers only | View raw


On Mon, Jul 8, 2013 at 10:46 PM, CM <cmpython@gmail.com> wrote:
>> There are projects that "bundle" the CPython interpreter with your
>> project, but this makes those files really big.
>
> Maybe 5-20 MB.  That's a lot bigger than a few hundred K, but it's not that important to keep size down, really.

Funny story: at my workplace we solve the distribution problem by
placing both the Python interpreter and applications on a network
share.  I have inherited a program that nonetheless is stored on the
network share as a pyInstaller bundle because it is (perceived to be)
faster to transfer a single .exe over the network during start-up than
all the individual files on demand.

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


Thread

the general development using Python ajetrumpet@gmail.com - 2013-07-08 18:45 -0700
  Re: the general development using Python Joshua Landau <joshua.landau.ws@gmail.com> - 2013-07-09 02:59 +0100
  Re: the general development using Python Chris Angelico <rosuav@gmail.com> - 2013-07-09 13:07 +1000
  Re: the general development using Python Joel Goldstick <joel.goldstick@gmail.com> - 2013-07-08 22:13 -0400
  Re: the general development using Python CM <cmpython@gmail.com> - 2013-07-08 21:46 -0700
    Re: the general development using Python Chris Angelico <rosuav@gmail.com> - 2013-07-09 15:03 +1000
      Re: the general development using Python CM <cmpython@gmail.com> - 2013-07-09 16:29 -0700
    Re: the general development using Python Ian Kelly <ian.g.kelly@gmail.com> - 2013-07-09 02:41 -0600
    Re: the general development using Python Chris Angelico <rosuav@gmail.com> - 2013-07-09 23:59 +1000
    Re: the general development using Python Joshua Landau <joshua.landau.ws@gmail.com> - 2013-07-09 22:21 +0100
      Re: the general development using Python CM <cmpython@gmail.com> - 2013-07-09 16:38 -0700
  Re: the general development using Python Joshua Landau <joshua.landau.ws@gmail.com> - 2013-07-09 22:13 +0100
    Re: the general development using Python CM <cmpython@gmail.com> - 2013-07-09 16:35 -0700
      Re: the general development using Python Joshua Landau <joshua@landau.ws> - 2013-07-10 01:14 +0100
        Re: the general development using Python CM <cmpython@gmail.com> - 2013-07-09 19:16 -0700
          Re: the general development using Python Chris Angelico <rosuav@gmail.com> - 2013-07-10 12:53 +1000
          Re: the general development using Python Joshua Landau <joshua@landau.ws> - 2013-07-10 05:12 +0100
            Re: the general development using Python CM <cmpython@gmail.com> - 2013-07-09 21:49 -0700
              Re: the general development using Python Joshua Landau <joshua@landau.ws> - 2013-07-10 06:49 +0100
                Re: the general development using Python CM <cmpython@gmail.com> - 2013-07-10 16:18 -0700
                Re: the general development using Python Joshua Landau <joshua@landau.ws> - 2013-07-11 00:57 +0100
                Re: the general development using Python CM <cmpython@gmail.com> - 2013-07-11 11:37 -0700
              Re: the general development using Python Ian Kelly <ian.g.kelly@gmail.com> - 2013-07-10 16:10 -0600
  Re: the general development using Python Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-07-09 19:25 -0400

csiph-web