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 -- http://mail.python.org/mailman/listinfo/python-list