Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: 2to3 translation problem Date: Sun, 13 Dec 2015 04:50:43 +1100 Lines: 14 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de 1E0KUhbB0NKMbyibSr52EQdPplQDpLnolxn0HUotH5Gg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'received:209.85.223': 0.03; 'python3': 0.05; 'right;': 0.07; 'subject:translation': 0.07; 'cc:addr:python-list': 0.09; 'python': 0.10; '2.7': 0.13; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'pygame': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'repo': 0.16; 'subject:2to3': 0.16; 'wrote:': 0.16; 'exists': 0.18; 'stick': 0.18; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'subject:problem': 0.22; 'am,': 0.23; 'dec': 0.23; 'thanks,': 0.24; 'header:In-Reply-To:1': 0.24; 'install': 0.25; 'van': 0.26; 'message-id:@mail.gmail.com': 0.27; '13,': 0.29; "i'll": 0.33; 'received:google.com': 0.35; 'so,': 0.35; 'easiest': 0.35; 'but': 0.36; 'received:209.85': 0.36; 'subject:: ': 0.37; 'really': 0.37; 'being': 0.37; 'things': 0.38; 'received:209': 0.38; 'grab': 0.64; 'chrisa': 0.84; 'pip': 0.84; 'to:none': 0.91; 'replied.': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=oDhrmukKbITPH6edxOJy0YpKvq5NY+jYao/hX4iOKD4=; b=C+6Lp86Z/6SRb0Lt4sB513JF+rYbCi7wcd7YcYKBCerAHHS2Xnb6hQibzA0Z1h1/sd YGr/Rpxu2C4PQOSMduoVeh8BtkRyqEUCskyF5mGiexAgVANyR8Z80BRZENP53gEkuw58 xKueBJgn2hSoeylMUTctlkOInyyjINLLY8gvEAFpmAP5HoEMUeQwCk2mROmFNOM3oyxR Ezwk3MBlMwqRJOJDD18QBYJHtLeIL7mlJ/CjqObfzmn1gMrzIfCNwjvu/PooLMtNmvuC 2WHRYHB68c6fgjEe56ym/6hnubfzvEcNF2QyMT5hLspnsKsHD0w5lNgSWx2vVOHyhpnJ n7gA== X-Received: by 10.107.3.163 with SMTP id e35mr20563370ioi.157.1449942643980; Sat, 12 Dec 2015 09:50:43 -0800 (PST) In-Reply-To: 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:100344 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-pygame > exists in unstable, but has not yet made it to jessie, even in backports. > > 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