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.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.04; 'subject:editor': 0.05; 'installed.': 0.07; 'interpreter': 0.07; 'system?': 0.07; 'python': 0.07; 'sun,': 0.09; 'am,': 0.14; 'wrote:': 0.14; 'mart\xednez': 0.16; 'subject:IDE': 0.16; 'header :In-Reply-To:1': 0.22; "i'm": 0.26; 'chris': 0.27; 'message- id:@mail.gmail.com': 0.28; "doesn't": 0.28; 'installed': 0.29; '17,': 0.31; 'that...': 0.31; 'it.': 0.31; "can't": 0.31; 'to:addr :python-list': 0.32; "i've": 0.33; 'rather': 0.36; 'subject:/': 0.36; 'think': 0.36; 'received:209.85': 0.37; 'either': 0.37; 'run': 0.37; 'apr': 0.38; 'received:google.com': 0.38; 'to:addr:python.org': 0.39; 'received:209': 0.39; 'subject:text': 0.40; 'header:Received:5': 0.40; '2011': 0.62; 'received:209.85.210.174': 0.84; 'received:mail- iy0-f174.google.com': 0.84 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:content-transfer-encoding; bh=J6plmSiNzeAu66aqvCz19jcIXbd72upYBk4LeEXP5V8=; b=qlB+u+k7Cxob9LM4wPNNSF2rmR1dJYFi+eRlmPhbndJr3chEUXVJWMc7y/sUbx0spL 8bg7FGNPysf2bJ8+8O0nR2/6S+6OMIWyOVwW748a0OOQHAL55pbbpHRhxQQxJ1Aii33t ZsAAOQLhTdiuWkMBHS6Noyh3eTlKwYXCKd6bs= 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:content-transfer-encoding; b=Ad/hRx21kyK7JDtYn6M7KJR0xC4TezSk0XAxA4rxvUgHpwf6/PnHLXZWpYqvlnKtNn Z0dEQ8cYhW4Bi9rHa7h7lStl8Rx2qWugk4pj4YX3gGndo2RM1FAy3rV8TbvyKkT5BsaM KVCq4Zftx0TpCW+pXTieJ2rdBsT4qeKxxH7PE= MIME-Version: 1.0 In-Reply-To: <1302993113.2774.0.camel@localhost.localdomain> 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> Date: Sun, 17 Apr 2011 09:08:14 +1000 Subject: Re: Python IDE/text-editor From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 11 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1302995305 news.xs4all.nl 41113 [::ffff:82.94.164.166]:42562 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:3355 On Sun, Apr 17, 2011 at 8:31 AM, Westley Mart=EDnez wr= ote: > > Either way doesn't it require python be installed on the system? Most Python development is going to require that... I'm rather puzzled by this question; I think I've misunderstood it. You can't run Python programs without a Python interpreter installed. Chris Angelico