Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Laura Creighton Newsgroups: comp.lang.python Subject: Re: 2to3 translation problem Date: Sat, 12 Dec 2015 18:54:23 +0100 Lines: 28 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: news.uni-berlin.de /A7RHHsYVatij54ZrdXDbABCY/1wLUeF0cr+zrRHm1ig== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'right;': 0.07; 'subject:translation': 0.07; 'cc:addr:python-list': 0.09; 'fashion.': 0.09; 'received:openend.se': 0.09; 'received:theraft.openend.se': 0.09; 'python': 0.10; '2.7': 0.13; '>on': 0.16; 'cc:addr:lac': 0.16; 'cc:addr:openend.se': 0.16; 'from:addr:lac': 0.16; 'from:addr:openend.se': 0.16; 'from:name:laura creighton': 0.16; 'message-id:@fido.openend.se': 0.16; 'pygame': 0.16; 'received:fido': 0.16; 'received:fido.openend.se': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'repo': 0.16; 'said.': 0.16; 'subject:2to3': 0.16; 'wrote:': 0.16; 'exists': 0.18; 'laura': 0.18; 'stick': 0.18; '2015': 0.20; 'cc:addr:python.org': 0.20; 'cc:2**1': 0.22; 'subject:problem': 0.22; 'cc:no real name:2**0': 0.22; 'am,': 0.23; 'dec': 0.23; 'thanks,': 0.24; 'install': 0.25; 'van': 0.26; 'chris': 0.26; 'timely': 0.27; '13,': 0.29; 'lot.': 0.29; 'python2.7': 0.29; 'received:se': 0.29; 'getting': 0.33; "i'll": 0.33; 'so,': 0.35; 'easiest': 0.35; 'but': 0.36; 'subject:: ': 0.37; 'really': 0.37; 'being': 0.37; 'charset:us- ascii': 0.37; 'things': 0.38; 'doing': 0.38; 'your': 0.60; 'header :Message-Id:1': 0.61; 'life': 0.67; 'header:In-reply-to:1': 0.84; 'pip': 0.84; 'replied.': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=openend.se; s=default; t=1449942865; bh=2h8xFASP4+akK1+OLiyCfBGJA7536hiBffpGRlLVlOo=; h=To:cc:From:Subject:In-reply-to:References:Date:From; b=H+AIIISLIhOd1sKdTpY2Rcfn7fIJv9CyTbj+fyxguU+D+ubN0mPrJ/hQn3iyBFLb9 /ZrpK+aRbn4495VcrxqW5h3w/zYCGhG/P4vqi1lYDNoZ5QE+CaHbqBOlwTSM28zJj5 EgZbQ1BuSOBcAn7zmQ42TvuXTNa5RkzqAfkOl5Ek= In-reply-to: Comments: In-reply-to Chris Angelico message dated "Sun, 13 Dec 2015 04:50:43 +1100." Content-ID: <13808.1449942863.1@fido> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.3.9 (theraft.openend.se [82.96.5.2]); Sat, 12 Dec 2015 18:54:25 +0100 (CET) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:100345 In a message of Sun, 13 Dec 2015 04:50:43 +1100, Chris Angelico writes: >On Sun, Dec 13, 2015 at 4:30 AM, Tony van der Hoff = wrote: >> Thanks, Laura, and others who have replied. You're right; python-3-pyga= me >> exists in unstable, but has not yet made it to jessie, even in backport= s. >> >> So, I'll stick with python 2.7 for the time being; really no hardship := ) > >The easiest solution is simply: > >python3 -m pip install pygame > >Don't worry about it not being in the Jessie repo - you can always >grab things using pip. > >ChrisA What Chris said. :) If you are about to move your life from being python2.7 based to = being 3.x, you are not going to be able to depend on things getting to jessie in a timely fashion. So you will be doing this a whole lot. Laura