Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed5.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.014 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:" ': 0.03; 'subject:Python': 0.04; 'subject:editor': 0.05; 'run,': 0.07; 'pm,': 0.11; 'wrote:': 0.14; 'subject:IDE': 0.16; 'windows?': 0.16; 'wolfgang': 0.16; 'header:In-Reply-To:1': 0.22; 'mon,': 0.22; 'received:209.85.214.174': 0.23; 'received:mail- iw0-f174.google.com': 0.23; "didn't": 0.25; 'format,': 0.25; 'chris': 0.27; 'message-id:@mail.gmail.com': 0.28; 'installed': 0.29; 'installer': 0.31; 'does': 0.31; 'weeks': 0.32; 'to:addr :python-list': 0.32; 'using': 0.34; 'actually': 0.34; 'executable': 0.35; 'subject:/': 0.36; 'it?': 0.37; 'received:209.85': 0.37; 'apr': 0.38; 'received:google.com': 0.38; 'no.': 0.38; 'anything': 0.38; 'received:209.85.214': 0.39; 'under': 0.39; 'to:addr:python.org': 0.39; 'received:209': 0.39; 'subject:text': 0.40; 'windows.': 0.40; "it's": 0.40; 'header:Received:5': 0.40; '2011': 0.62; "church's": 0.84; 'minister': 0.91; 'subject:Make': 0.95 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=n0uVwhWIGogfdt8NokAH/9NqLcpIJtzNrfInJsEOvPU=; b=fq+FO8jbOMlBVlZ8WS2U0Xw9ngM7jQTJoH5JtJkM04eyxbIC25Z+vh8Yn+G2ST4rgG VtNXE2v6egMl53eb22cHbM0VVqAN+/lprK/hycS5cbxR0swWAqi/UPPMD1Dwb2jKn21M YL2+sdMchA7/HYGU3rhWjgvRBhNToBM2AwY50= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=TQJMGT4qJ8p25Qy83sXIBHMA1SpEVVH7pwjO7DlSNptDCcjO+TOccQ6FzvfuE9kwS7 3NaQFqfCs09FaOLS5gpRaD1+jFQiE5O9/Ah+3HGHxj2dEz042bdhLCZc763fkUdxm1+l P7YJzjpt2aqNPY2au0TEQbu6yFdFV4yyLwKwc= MIME-Version: 1.0 In-Reply-To: <20110418101516.e8d77750.feliphil@gmx.net> References: <8739lij2h7.fsf@benfinney.id.au> <87r59269y4.fsf@castleamber.com> <8739licppk.fsf@castleamber.com> <4da9f850$0$3947$426a74cc@news.free.fr> <87sjthlu78.fsf@castleamber.com> <1302993113.2774.0.camel@localhost.localdomain> <20110417111325.4fa995b0.feliphil@gmx.net> <20110418101516.e8d77750.feliphil@gmx.net> Date: Mon, 18 Apr 2011 18:33:29 +1000 Subject: Re: Make Python "portable" by default! (Re: Python IDE/text-editor) From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 13 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1303115619 news.xs4all.nl 41117 [::ffff:82.94.164.166]:58565 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:3474 On Mon, Apr 18, 2011 at 6:15 PM, Wolfgang Keller wrote: > Which part of the word "installed" don't you understand while actually > using it? >;-> I have various programs which I distribute in zip/tgz format, and also as a self-extracting executable on Windows. Does this mean they need to be "installed" only under Windows? No. They need to be installed to be run, it's just that the installer is unzip or tar. (FYI, we "installed" a new minister in the church's manse a few weeks ago. Didn't involve anything more than a mv.) Chris Angelico