Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.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.034 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'subject:Python': 0.04; 'python': 0.07; 'subject:2.7': 0.09; 'wrote:': 0.14; '--version': 0.16; 'chen': 0.16; 'received:64.12.207.164': 0.16; 'received:imr- mb01.mx.aol.com': 0.16; 'url:debian': 0.16; 'url:ftp': 0.16; 'question.': 0.18; 'header:In-Reply-To:1': 0.22; 'thu,': 0.22; 'debian': 0.23; 'testing,': 0.23; 'works.': 0.23; 'instead': 0.26; 'testing': 0.28; 'to:addr:python-list': 0.32; 'actually': 0.34; 'header:User-Agent:1': 0.35; 'point': 0.35; 'url:uk': 0.36; 'charset:us-ascii': 0.36; 'some': 0.37; 'should': 0.37; 'install': 0.38; 'url:org': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'back': 0.61; '2011': 0.62; 'subject:. ': 0.66; 'apt-get': 0.84; 'jorge': 0.84; 'python2.7': 0.84; 'received:111': 0.84; 'received:172.29.41': 0.84 Date: Fri, 13 May 2011 07:18:23 +0800 From: Chen Wei To: python-list@python.org Subject: Re: Python 2.7 Debian 6.0. Squeeze Mail-Followup-To: python-list@python.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) x-aol-global-disposition: G X-AOL-SCOLL-SCORE: 0:2:403667808:93952408 X-AOL-SCOLL-URL_COUNT: 0 x-aol-sid: 3039ac1d29034dcc6ac87e6d X-AOL-IP: 111.172.177.191 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: 24 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1305242328 news.xs4all.nl 41117 [::ffff:82.94.164.166]:38520 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:5271 On Thu, May 12, 2011 at 12:03:26PM -0400, Jorge Romero wrote: > Actually came back with some feedback to my own question. > > The following repositories do the job: > # /etc/apt/sources.list > deb http://ftp.uk.debian.org/debian/ unstable main contrib non-free > deb http://ftp.uk.debian.org/debian/ experimental main contrib non-free > deb http://security.debian.org/ testing/updates main contrib python2.7 is included in debian testing, so point the sources.list to testing instead of unstable or experimental should also works. deb http://ftp.uk.debian.org/debian/ testing main contrib non-free > $ apt-get update > $ apt-get install python2.7 > $ python --version > Python 2.6.6 > $ python2.7 --version > Python 2.7.1+ > -- Chen Wei