Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #75064
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <mail@timgolden.me.uk> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.005 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'read.': 0.03; 'europython': 0.04; 'subject:file': 0.07; 'brett': 0.09; 'python:': 0.09; 'python': 0.11; 'from:addr:timgolden.me.uk': 0.16; 'from:name:tim golden': 0.16; 'message-id:@timgolden.me.uk': 0.16; 'received:74.55.86': 0.16; 'received:74.55.86.74': 0.16; 'received:smtp.webfaction.com': 0.16; 'received:webfaction.com': 0.16; 'tjg': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'basically': 0.19; 'slightly': 0.19; 'header:User- Agent:1': 0.23; 'received:192.168.100': 0.24; 'file.': 0.24; 'post': 0.26; 'distribute': 0.26; 'header:In-Reply-To:1': 0.27; 'feature': 0.29; "d'aprano": 0.31; 'gary': 0.31; 'steven': 0.31; 'file': 0.32; 'says': 0.33; "i'd": 0.34; "can't": 0.35; 'but': 0.35; 'application': 0.37; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'track': 0.38; 'little': 0.38; 'to:addr:python.org': 0.39; 'ago,': 0.61; 'zip': 0.64; 'url:blogspot': 0.65; 'url:co': 0.67; 'saw': 0.77; 'from:addr:mail': 0.83; 'clearer': 0.84; 'url:03': 0.84; 'this!': 0.93 |
| Date | Wed, 23 Jul 2014 08:20:48 +0100 |
| From | Tim Golden <mail@timgolden.me.uk> |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0 |
| MIME-Version | 1.0 |
| To | python-list@python.org |
| Subject | Re: Distributing python applications as a zip file |
| References | <53cf38c2$0$29897$c3e8da3$5496439d@news.astraweb.com> <53CF4881.4030308@islandtraining.com> |
| In-Reply-To | <53CF4881.4030308@islandtraining.com> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding | 7bit |
| 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.12221.1406100053.18130.python-list@python.org> (permalink) |
| Lines | 21 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1406100053 news.xs4all.nl 2893 [2001:888:2000:d::a6]:42030 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:75064 |
Show key headers only | View raw
On 23/07/2014 06:30, Gary Herron wrote: > On 07/22/2014 09:23 PM, Steven D'Aprano wrote: >> A little known feature of Python: you can wrap your Python application in >> a zip file and distribute it as a single file. > Really! 20 years of Pythoning, and I'd never seen this! When was this > introduced? This post by Brett Cannon is useful: http://sayspy.blogspot.co.uk/2010/03/various-ways-of-distributing-python.html I was trying to track down a presentation in the same vein which I saw him give at EuroPython a few years ago, but I can't seem to find it. It basically says the same thing but it's a slightly clearer read. TJG
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Distributing python applications as a zip file Steven D'Aprano <steve@pearwood.info> - 2014-07-23 04:23 +0000
Re: Distributing python applications as a zip file Gary Herron <gary.herron@islandtraining.com> - 2014-07-22 22:30 -0700
Re: Distributing python applications as a zip file Chris Rebert <clp2@rebertia.com> - 2014-07-22 22:46 -0700
Re: Distributing python applications as a zip file Tim Golden <mail@timgolden.me.uk> - 2014-07-23 08:20 +0100
Re: Distributing python applications as a zip file Chris Angelico <rosuav@gmail.com> - 2014-07-23 17:59 +1000
Re: Distributing python applications as a zip file Thomas Heller <theller@ctypes.org> - 2014-07-23 10:07 +0200
Re: Distributing python applications as a zip file Leo Jay <python.leojay@gmail.com> - 2014-07-23 16:43 +0800
Re: Distributing python applications as a zip file Alan <alan.isaac@gmail.com> - 2014-07-24 05:19 -0700
Re: Distributing python applications as a zip file Burak Arslan <burak.arslan@arskom.com.tr> - 2014-07-23 15:23 +0300
Re: Distributing python applications as a zip file Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-07-24 00:55 +0000
csiph-web