Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python,': 0.02; 'interpreter': 0.05; 'subject:Python': 0.06; 'deployed': 0.07; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'run,': 0.09; 'subject:using': 0.09; 'python': 0.11; '(either': 0.16; 'message- id:@4ax.com': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'unpack': 0.16; 'files.': 0.16; 'file,': 0.19; 'load': 0.23; 'url:home': 0.24; 'mon,': 0.24; 'header:X-Complaints-To:1': 0.27; 'along': 0.30; "i'm": 0.30; 'location,': 0.31; 'subject:development': 0.31; 'subject:the': 0.34; 'common': 0.35; 'but': 0.35; 'charset:us-ascii': 0.36; 'application': 0.37; 'to:addr:python-list': 0.38; 'files': 0.38; 'realize': 0.39; 'delete': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'even': 0.60; 'skip:u 10': 0.60; 'first': 0.61; 'back': 0.62; 'email addr:gmail.com': 0.63; 'zip': 0.64; 'temporary': 0.65; 'jul': 0.74; 'received:108': 0.93; '2013': 0.98 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Dennis Lee Bieber Subject: Re: the general development using Python Date: Tue, 09 Jul 2013 19:25:07 -0400 Organization: IISS Elusive Unicorn References: <51f7f573-e4a6-4349-ae50-21de7780ed8c@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: adsl-108-73-119-198.dsl.klmzmi.sbcglobal.net X-Newsreader: Forte Agent 6.00/32.1186 X-No-Archive: YES 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1373412314 news.xs4all.nl 15967 [2001:888:2000:d::a6]:46251 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:50282 On Mon, 8 Jul 2013 18:45:16 -0700 (PDT), ajetrumpet@gmail.com declaimed the following: >I have to get back into writing Python but I'm lacking one thing ... a general understanding of how to write applications that can be deployed (either in .exe format or in other formats). > Well, the first thing is to realize that ALL the common "one-file" solutions are faking it -- they zip up a Python interpreter and all libraries, along with the application files. When "run" they unpack all of that into a temporary location, run, and then delete the temporary copy of the files (and since Python, as I recall, can now load modules from a ZIP file, they may not even fully unpack the mess). -- Wulfraed Dennis Lee Bieber AF6VN wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/