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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; '2.7': 0.04; 'ubuntu': 0.04; '2.x': 0.05; '3.2': 0.05; 'subject:Python': 0.06; 'python': 0.08; 'interpreter.': 0.09; 'reason.': 0.09; 'pm,': 0.10; 'configure': 0.11; 'linux': 0.11; 'written': 0.14; 'wrote:': 0.14; 'cc:addr:python-list': 0.17; 'header:In-Reply-To:1': 0.21; 'thu,': 0.22; 'cc:2**0': 0.22; 'cc:no real name:2**0': 0.23; 'message- id:@mail.gmail.com': 0.28; 'installed': 0.28; 'problem': 0.28; 'cc:addr:python.org': 0.30; 'config': 0.30; 'ran': 0.30; 'received:209.85.210.46': 0.30; 'received:mail- pz0-f46.google.com': 0.30; 'andrew': 0.32; '...': 0.34; 'there': 0.35; 'using': 0.35; 'running': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.37; 'note,': 0.37; 'reasons': 0.37; 'run': 0.38; 'subject:: ': 0.38; 'some': 0.38; 'received:209': 0.39; 'customized': 0.76; 'notebook': 0.77; '2.7.1': 0.84; 'clam': 0.84; 'them)': 0.84; 'ships': 0.91; 'to:addr:charter.net': 0.91 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:cc:content-type :content-transfer-encoding; bh=yh0w90B4umoZTkwlBU+PCzc+AqXoawoqBXvWr0GWk24=; b=EOj4k93uPOPVaHaN4BthLMufkTL5gHWVCRJ1TgoU4jzSD+4td9RwWS6Q5SjBU7PIgw GZhZJcPa2vJj+0MXskrx6oX4CfumX7J6p6grcfyQHKZ5cyLiOMWbHwEraRK5fQLAB57G nX8vaTNYe7VgdrNiR6eKySyGa/NMgz/xSEmYE= 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 :cc:content-type:content-transfer-encoding; b=hnLXCdMpyGRd+vHAwliT0Sfxm/ZS9LYIrr+xeddVCn+YO7Q/E/mcI0mLGBwme683JX BUHmcBlD2Oom1LefY2YdQ1ypjEJ2eKMJeXBJyG0Ew7Yk98g9499WlzXCBznZtb/RZPmz HNTXcq71ic9/zilIA+PyOnEtS0XbbSZBe09Eg= MIME-Version: 1.0 In-Reply-To: <7qiIp.3540$lW4.2615@newsfe07.iad> References: <9037ef5f-53c5-42c6-ac5d-8f942df6ccc5@x38g2000pri.googlegroups.com> <7qiIp.3540$lW4.2615@newsfe07.iad> Date: Mon, 13 Jun 2011 16:17:30 -0700 Subject: Re: Python 2.6 OR 3.2 From: geremy condra To: harrismh777 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org 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: 25 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1308007054 news.xs4all.nl 49180 [::ffff:82.94.164.166]:59252 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:7573 On Thu, Jun 9, 2011 at 11:00 PM, harrismh777 wrot= e: > Andrew Berg wrote: >> >> AFAICT, there are three reasons to learn Python 2: > > =A0 ... there is a fourth reason. > > The linux distro you are using currently was customized with python 2.x > > I ran into this problem this week in fact... on my HP g6 ubuntu notebook > running 10.04 lucid. It ships with the 2.6.5 interpreter. I installed 2.7= .1 > and 3.2 (from sources) and was working along happy as a clam until I need= ed > to configure a printer... and the config tools would not function... some= of > them would not even open. =A0Want to guess? =A0Yup, the config tools are = (some > of them) written in python 2.6-- and they don't run in 2.7.1 nor 3.2 =A0.= =A0 :( Just a note, Ubuntu 11.04 has 2.7 preinstalled. Geremy Condra