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: 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 Date: Tue, 9 Jul 2013 02:41:36 -0600 Subject: Re: the general development using Python To: Python 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 On Mon, Jul 8, 2013 at 10:46 PM, CM 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.