Path: csiph.com!x330-a1.tempe.blueboxinc.net!feeder1.hal-mli.net!feeder.news-service.com!news2.euro.net!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.010 X-Spam-Evidence: '*H*': 0.98; '*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; 'subject:IDE': 0.16; 'header:In-Reply-To:1': 0.22; "didn't": 0.25; 'received:209.85.212': 0.25; "i'm": 0.26; 'chris': 0.27; "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; 'asking': 0.32; "i've": 0.33; 'from:charset:iso-8859-1': 0.33; 'received:192': 0.34; 'received:192.168.0': 0.35; 'editor': 0.35; 'rather': 0.36; 'subject:/': 0.36; 'think': 0.36; 'received:192.168': 0.37; '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; 'header:Mime- Version:1': 0.39; 'i.e.': 0.40; 'subject:text': 0.40; 'header:Received:5': 0.40; '2011': 0.62; 'pop': 0.65; 'message- id:@localhost.localdomain': 0.74; 'flash': 0.84; '09:08': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:subject:from:to:in-reply-to:references :content-type:date:message-id:mime-version:x-mailer :content-transfer-encoding; bh=gqmvulMPaAcbrbEicx2nFlLaqvyZRXW7QoHUrY+3OfA=; b=f5n0eIjZ0VlJztFFFBKAWeTG8QDKDP5qANVXgdYKwIItc45zr1c3gzlcXahVcwdUG7 HZZFfdsLGrbiYEHmblujLdgdTWSNSilxZwULoCdcwLi9IRhuWEiI/eo46An7MT7I+SvB t6a3NebvqJ2/imiuylKsVUt/sOqx1V/4/vLR8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:from:to:in-reply-to:references:content-type:date:message-id :mime-version:x-mailer:content-transfer-encoding; b=k5/PfRgCuqwERXBJrT9YXpc3m9XeCTLmK5c7PqeyxrIuuVfJ9lLuTT03XMXymTaYcp t+58iUxsZJ9br9hebaF5Iq/0ov1egLbr49s4NeovS1ercxnW1EAAoppis76zfcl4rhzb b4QeBJf9xHVvaOBAU1OqFqF5FqcYMeEmQVSnE= Subject: Re: Python IDE/text-editor From: Westley =?ISO-8859-1?Q?Mart=EDnez?= To: python-list@python.org In-Reply-To: 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> Content-Type: text/plain; charset="UTF-8" Date: Sun, 17 Apr 2011 13:13:20 -0700 Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 Content-Transfer-Encoding: 8bit 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: 16 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1303071206 news.xs4all.nl 81484 [::ffff:82.94.164.166]:45368 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:3426 On Sun, 2011-04-17 at 09:08 +1000, Chris Angelico wrote: > On Sun, Apr 17, 2011 at 8:31 AM, Westley Martínez wrote: > > > > 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 Didn't the OP ask for a portable system, i.e. you can carry everything around on a flash drive and pop it into any computer? Or is he just asking that the editor be portable?